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
Copy file name to clipboardexpand all lines: src/tools/miri/tests/fail/both_borrows/invalidate_against_protector3.stack.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ LL | unsafe { *x = 0 };
6
6
|
7
7
= help: this indicates a potential bug in the program: it performed an invalid operation, but the Stacked Borrows rules it violated are still experimental
8
8
= help: see https://github.com/rust-lang/unsafe-code-guidelines/blob/master/wip/stacked-borrows.md for further information
9
-
help: <TAG> was created here, as the base tag for ALLOC
9
+
help: <TAG> was created here, as the root tag for ALLOC
10
10
--> $DIR/invalidate_against_protector3.rs:LL:CC
11
11
|
12
12
LL | let ptr = alloc(Layout::for_value(&0i32)) as *mut i32;
0 commit comments