File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 1
- #![ cfg_attr( bootstrap, feature( strict_overflow_ops) ) ]
2
1
#![ feature( abort_unwind) ]
3
2
#![ feature( cfg_select) ]
4
3
#![ feature( rustc_private) ]
Original file line number Diff line number Diff line change 9
9
// and we don't even get a regular panic; rustc aborts with a different exit code instead.
10
10
//@ignore-host: windows
11
11
12
- // FIXME: this tests a crash in rustc. For stage1, rustc is built with the downloaded standard
13
- // library which doesn't yet print the thread ID. Normalization can be removed at the stage bump.
14
- // For the grep: cfg(bootstrap)
15
- //@normalize-stderr-test: "thread 'rustc' panicked" -> "thread 'rustc' ($$TID) panicked"
16
-
17
12
#![ feature( custom_mir, core_intrinsics) ]
18
13
use core:: intrinsics:: mir:: * ;
19
14
You can’t perform that action at this time.
0 commit comments