Skip to content

Commit e52cc12

Browse files
committed
Auto merge of rust-lang#2862 - RalfJung:rustup, r=RalfJung
Rustup
2 parents 6aecadd + 0b4d787 commit e52cc12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/tools/miri/rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
43a78029b4f4d92978b8fde0a677ea300b113c41
1+
eb62877597000ccf8bb99ab131b5977344afdfa3

src/tools/miri/tests/fail/tree-borrows/fragile-data-race.stderr

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

0 commit comments

Comments
 (0)