Skip to content

Commit d5c038a

Browse files
committed
fmt broke this test
1 parent dd480fd commit d5c038a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/fail/tree_borrows/fnentry_invalidation.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ LL | let z = &mut x as *mut i32;
1414
help: the accessed tag <TAG> then transitioned from Reserved to Active due to a child write access at offsets [0x0..0x4]
1515
--> $DIR/fnentry_invalidation.rs:LL:CC
1616
|
17-
LL | unsafe { *z = 1; }
18-
| ^^^^^^
17+
LL | *z = 1;
18+
| ^^^^^^
1919
= help: this corresponds to an activation
2020
help: the accessed tag <TAG> then transitioned from Active to Frozen due to a foreign read access at offsets [0x0..0x4]
2121
--> $DIR/fnentry_invalidation.rs:LL:CC

0 commit comments

Comments
 (0)