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) ) ]
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