]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/miri/tests/fail/stacked_borrows/fnentry_invalidation2.stderr
tweaks to retag diagnostic handling
[rust.git] / src / tools / miri / tests / fail / stacked_borrows / fnentry_invalidation2.stderr
index b104de4b8d94d2b02e6ea1257bbfa2ee8ee4a817..45c2197050a1bd16e0a0bb161cf136e54402ae14 100644 (file)
@@ -14,7 +14,7 @@ help: <TAG> was created by a SharedReadOnly retag at offsets [0x0..0xc]
    |
 LL |     let ptr = t.sli.as_ptr();
    |               ^^^^^^^^^^^^^^
-help: <TAG> was later invalidated at offsets [0x0..0xc] by a Unique FnEntry retag inside this call
+help: <TAG> was later invalidated at offsets [0x0..0xc] by a Unique function-entry retag inside this call
   --> $DIR/fnentry_invalidation2.rs:LL:CC
    |
 LL |     let _ = t.sli.as_mut_ptr();