Auto merge of #2862 - RalfJung:rustup, r=RalfJung

Rustup
This commit is contained in:
bors 2023-04-29 21:46:40 +00:00
commit e52cc12df1
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
43a78029b4f4d92978b8fde0a677ea300b113c41
eb62877597000ccf8bb99ab131b5977344afdfa3

View file

@ -20,8 +20,8 @@ LL | pub fn catch_unwind<F: FnOnce() -> R + UnwindSafe, R>(f: F) -> Result<R> {
help: the conflicting tag <TAG> then transitioned from Reserved to Frozen due to a foreign read access at offsets [0x0..0x1]
--> RUSTLIB/core/src/ptr/mod.rs:LL:CC
|
LL | crate::intrinsics::read_via_copy(src)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
LL | crate::intrinsics::read_via_copy(src)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
= help: this corresponds to a loss of write permissions
= note: BACKTRACE (of the first span):
= note: inside `main` at $DIR/fragile-data-race.rs:LL:CC