Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 7397c8e

Browse files
committed
re-bless after rebase
1 parent 15a4f0a commit 7397c8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/fail/stacked_borrows/disable_mut_does_not_merge_srw.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ LL | let _val = *raw;
99
|
1010
= help: this indicates a potential bug in the program: it performed an invalid operation, but the Stacked Borrows rules it violated are still experimental
1111
= help: see https://github.com/rust-lang/unsafe-code-guidelines/blob/master/wip/stacked-borrows.md for further information
12-
help: <TAG> was created by a retag at offsets [0x0..0x4]
12+
help: <TAG> was created by a SharedReadWrite retag at offsets [0x0..0x4]
1313
--> $DIR/disable_mut_does_not_merge_srw.rs:LL:CC
1414
|
1515
LL | mutref as *mut i32
1616
| ^^^^^^
17-
help: <TAG> was later invalidated at offsets [0x0..0x4]
17+
help: <TAG> was later invalidated at offsets [0x0..0x4] by a write access
1818
--> $DIR/disable_mut_does_not_merge_srw.rs:LL:CC
1919
|
2020
LL | *base = 1;

0 commit comments

Comments
 (0)