File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11//@ known-bug: #120175
22//@ needs-rustc-debug-assertions
3+ //@ only-elf
34
45#![ feature( extern_types) ]
56#![ feature( raw_dylib_elf) ]
Original file line number Diff line number Diff line change 11//@ known-bug: rust-lang/rust#125772
2- //@ only-x86_64
2+ //@ only-64bit
33#![ feature( generic_const_exprs) ]
44
55struct Outer < const A : i64 , const B : i64 > ( ) ;
Original file line number Diff line number Diff line change 11//@ known-bug: #131292
2- //@ only-x86_64
2+ //@ needs-asm-support
33use std:: arch:: asm;
44
55unsafe fn f6 ( ) {
Original file line number Diff line number Diff line change 11//@ compile-flags: -g -Copt-level=0 -Z verify-llvm-ir
22//@ known-bug: #34127
3- //@ only-x86_64
3+ //@ only-64bit
44
55pub fn main ( ) {
66let _a = [ ( ) ; 1 << 63 ] ;
You can’t perform that action at this time.
0 commit comments