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 1
1
//@ known-bug: #120175
2
2
//@ needs-rustc-debug-assertions
3
+ //@ only-elf
3
4
4
5
#![ feature( extern_types) ]
5
6
#![ feature( raw_dylib_elf) ]
Original file line number Diff line number Diff line change 1
1
//@ known-bug: rust-lang/rust#125772
2
- //@ only-x86_64
2
+ //@ only-64bit
3
3
#![ feature( generic_const_exprs) ]
4
4
5
5
struct Outer < const A : i64 , const B : i64 > ( ) ;
Original file line number Diff line number Diff line change 1
1
//@ known-bug: #131292
2
- //@ only-x86_64
2
+ //@ needs-asm-support
3
3
use std:: arch:: asm;
4
4
5
5
unsafe fn f6 ( ) {
Original file line number Diff line number Diff line change 1
1
//@ compile-flags: -g -Copt-level=0 -Z verify-llvm-ir
2
2
//@ known-bug: #34127
3
- //@ only-x86_64
3
+ //@ only-64bit
4
4
5
5
pub fn main ( ) {
6
6
let _a = [ ( ) ; 1 << 63 ] ;
You can’t perform that action at this time.
0 commit comments