]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/miri/tests/fail/stacked_borrows/retag_data_race_read.stderr
Bless after rebase
[rust.git] / src / tools / miri / tests / fail / stacked_borrows / retag_data_race_read.stderr
index f25d689524d1b3c86a565ea215a7ec5034a5e03a..5dc936f0707443f5805196e164c647ff5c17a238 100644 (file)
@@ -8,7 +8,7 @@ LL |         *p = 5;
    = help: see https://doc.rust-lang.org/nightly/reference/behavior-considered-undefined.html for further information
    = note: BACKTRACE:
    = note: inside `thread_2` at $DIR/retag_data_race_read.rs:LL:CC
-note: inside closure at $DIR/retag_data_race_read.rs:LL:CC
+note: inside closure
   --> $DIR/retag_data_race_read.rs:LL:CC
    |
 LL |     let t2 = std::thread::spawn(move || thread_2(p));