re-bless after rebase

This commit is contained in:
Ralf Jung 2022-08-18 15:32:45 -04:00
parent 15a4f0a9e0
commit 7397c8e9cf

View file

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