]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/miri/tests/fail/never_transmute_humans.stderr
Auto merge of #105416 - nnethercote:more-linting-tweaks, r=cjgillot
[rust.git] / src / tools / miri / tests / fail / never_transmute_humans.stderr
index a3a3f132427f8010f0a45576965675c3a694973a..e8df4739f9bcb4faca7e5767a3038e6743bb5a95 100644 (file)
@@ -7,7 +7,7 @@ LL |         std::mem::transmute::<Human, !>(Human)
    = 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/never_transmute_humans.rs:LL:CC
 
 note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace