File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
//@ known-bug: #118244
2
2
//@ compile-flags: -Cdebuginfo=2
3
+ //@ ignore-backends: gcc
3
4
4
5
#![ allow( incomplete_features) ]
5
6
#![ feature( generic_const_exprs) ]
Original file line number Diff line number Diff line change 1
1
//@ known-bug: #134479
2
2
//@ compile-flags: -Csymbol-mangling-version=v0 -Cdebuginfo=1
3
+ //@ ignore-backends: gcc
3
4
4
5
#![ feature( generic_const_exprs) ]
5
6
Original file line number Diff line number Diff line change 1
1
//@ known-bug: #139462
2
2
//@ compile-flags: -Cdebuginfo=2
3
+ //@ ignore-backends: gcc
3
4
#![ feature( unsafe_binders) ]
4
5
use std:: unsafe_binder:: wrap_binder;
5
6
fn main ( ) {
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
3
//@ only-64bit
4
+ //@ ignore-backends: gcc
4
5
5
6
pub fn main ( ) {
6
7
let _a = [ ( ) ; 1 << 63 ] ;
You can’t perform that action at this time.
0 commit comments