]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/miri/tests/fail/validity/too-big-slice.stderr
Auto merge of #103020 - lyming2007:issue-102598-fix, r=jackh726
[rust.git] / src / tools / miri / tests / fail / validity / too-big-slice.stderr
index f5b3836c98cb26f62ef6e2b0d3b0aabf1faca069..6df00aefe7561c63854ada1c6721bf06efb2571d 100644 (file)
@@ -7,7 +7,7 @@ LL |         let _x: &[u8] = mem::transmute((ptr, usize::MAX));
    = help: this indicates a bug in the program: it performed an invalid operation, and caused Undefined Behavior
    = help: see https://doc.rust-lang.org/nightly/reference/behavior-considered-undefined.html for further information
    = note: BACKTRACE:
-   = note: inside `main`
+   = note: inside `main` at $DIR/too-big-slice.rs:LL:CC
 
 note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace