Skip to content

Commit 1464345

Browse files
committed
Bless a miri test
1 parent 24b003c commit 1464345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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 | 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)