re-bless after rebase
This commit is contained in:
parent
15a4f0a9e0
commit
7397c8e9cf
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue