You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| trying to retag from <TAG> for SharedReadOnly permission at ALLOC[0x0], but that tag does not exist in the borrow stack for this location
8
-
| this error occurs as part of FnEntry retag at ALLOC[0x0..0x4]
8
+
| this error occurs as part of function-entry retag at ALLOC[0x0..0x4]
9
9
|
10
10
= help: this indicates a potential bug in the program: it performed an invalid operation, but the Stacked Borrows rules it violated are still experimental
11
11
= help: see https://github.com/rust-lang/unsafe-code-guidelines/blob/master/wip/stacked-borrows.md for further information
@@ -14,7 +14,7 @@ help: <TAG> was created by a SharedReadOnly retag at offsets [0x0..0x4]
14
14
|
15
15
LL | safe_raw(xraw, xshr);
16
16
| ^^^^
17
-
help: <TAG> was later invalidated at offsets [0x0..0x4] by a Unique FnEntry retag inside this call
17
+
help: <TAG> was later invalidated at offsets [0x0..0x4] by a Unique function-entry retag inside this call
0 commit comments