File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed
Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 1- b733736ea2feb7798c99cbb9a769bce74be108df
1+ 848e6746fe03dfd703075c5077312b63877d51d6
Original file line number Diff line number Diff line change 1- #![ cfg_attr( bootstrap, feature( strict_overflow_ops) ) ]
21#![ feature( abort_unwind) ]
32#![ feature( cfg_select) ]
43#![ feature( rustc_private) ]
Original file line number Diff line number Diff line change 99// and we don't even get a regular panic; rustc aborts with a different exit code instead.
1010//@ignore-host: windows
1111
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-
1712#![ feature( custom_mir, core_intrinsics) ]
1813use core:: intrinsics:: mir:: * ;
1914
You can’t perform that action at this time.
0 commit comments