File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/tools/miri/tests/panic Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 3
3
//@normalize-stderr-test: "\n +at [^\n]+" -> ""
4
4
//@normalize-stderr-test: "\n +\[\.\.\. omitted [0-9]+ frames? \.\.\.\]" -> ""
5
5
//@normalize-stderr-test: "\n[ =]*note:.*" -> ""
6
+ //@normalize-stderr-test: "DefId\([^()]*\)" -> "DefId"
6
7
#![ feature( custom_mir, core_intrinsics) ]
7
8
use core:: intrinsics:: mir:: * ;
8
9
Original file line number Diff line number Diff line change 1
1
thread 'rustc' panicked at compiler/rustc_const_eval/src/transform/validate.rs:LL:CC:
2
- broken MIR in Item(DefId(0:4 ~ mir_validation[fad2]::main) ) (after phase change to runtime-optimized) at bb0[1]:
2
+ broken MIR in Item(DefId) (after phase change to runtime-optimized) at bb0[1]:
3
3
(*(_2.0: *mut i32)), has deref at the wrong place
4
4
stack backtrace:
5
5
You can’t perform that action at this time.
0 commit comments