We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0783e8 commit fecd7fcCopy full SHA for fecd7fc
src/tools/miri/tests/panic/mir-validation.rs
@@ -3,6 +3,7 @@
3
//@normalize-stderr-test: "\n +at [^\n]+" -> ""
4
//@normalize-stderr-test: "\n +\[\.\.\. omitted [0-9]+ frames? \.\.\.\]" -> ""
5
//@normalize-stderr-test: "\n[ =]*note:.*" -> ""
6
+//@normalize-stderr-test: "DefId\([^()]*\)" -> "DefId"
7
#![feature(custom_mir, core_intrinsics)]
8
use core::intrinsics::mir::*;
9
src/tools/miri/tests/panic/mir-validation.stderr
@@ -1,5 +1,5 @@
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]:
+broken MIR in Item(DefId) (after phase change to runtime-optimized) at bb0[1]:
(*(_2.0: *mut i32)), has deref at the wrong place
stack backtrace:
0 commit comments