We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd480fd commit d5c038aCopy full SHA for d5c038a
tests/fail/tree_borrows/fnentry_invalidation.stderr
@@ -14,8 +14,8 @@ LL | let z = &mut x as *mut i32;
14
help: the accessed tag <TAG> then transitioned from Reserved to Active due to a child write access at offsets [0x0..0x4]
15
--> $DIR/fnentry_invalidation.rs:LL:CC
16
|
17
-LL | unsafe { *z = 1; }
18
- | ^^^^^^
+LL | *z = 1;
+ | ^^^^^^
19
= help: this corresponds to an activation
20
help: the accessed tag <TAG> then transitioned from Active to Frozen due to a foreign read access at offsets [0x0..0x4]
21
0 commit comments