File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/tools/miri/tests/fail Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ help: ALLOC was deallocated here:
1717LL | };
1818 | ^
1919 = note: BACKTRACE (of the first span):
20- = note: inside `main` at RUSTLIB/std/src/macros .rs:LL:CC
20+ = note: inside `main` at RUSTLIB/std/src/std_macros .rs:LL:CC
2121 = note: this error originates in the macro `dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
2222
2323note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ LL | dbg!(x.0);
1212 = help: this indicates a bug in the program: it performed an invalid operation, and caused Undefined Behavior
1313 = help: see https://doc.rust-lang.org/nightly/reference/behavior-considered-undefined.html for further information
1414 = note: BACKTRACE:
15- = note: inside `main` at RUSTLIB/std/src/macros .rs:LL:CC
15+ = note: inside `main` at RUSTLIB/std/src/std_macros .rs:LL:CC
1616 = note: this error originates in the macro `dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
1717
1818note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
You can’t perform that action at this time.
0 commit comments