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: tests/fail/both_borrows/box_noalias_violation.tree.stderr
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ LL | *y
7
7
= help: this indicates a potential bug in the program: it performed an invalid operation, but the Tree Borrows rules it violated are still experimental
8
8
= help: see https://github.com/rust-lang/unsafe-code-guidelines/blob/master/wip/tree-borrows.md for further information
9
9
= help: the accessed tag <TAG> is foreign to the protected tag <TAG> (i.e., it is not a child)
10
-
= help: this foreign read access would cause the protected tag <TAG> (currently Active) to become Disabled
10
+
= help: this foreign read access would cause the protected tag <TAG> (currently Unique) to become Disabled
Copy file name to clipboardExpand all lines: tests/fail/both_borrows/illegal_write6.tree.stderr
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ LL | unsafe { *y = 2 };
7
7
= help: this indicates a potential bug in the program: it performed an invalid operation, but the Tree Borrows rules it violated are still experimental
8
8
= help: see https://github.com/rust-lang/unsafe-code-guidelines/blob/master/wip/tree-borrows.md for further information
9
9
= help: the accessed tag <TAG> is foreign to the protected tag <TAG> (i.e., it is not a child)
10
-
= help: this foreign write access would cause the protected tag <TAG> (currently Active) to become Disabled
10
+
= help: this foreign write access would cause the protected tag <TAG> (currently Unique) to become Disabled
= help: this indicates a potential bug in the program: it performed an invalid operation, but the Tree Borrows rules it violated are still experimental
8
8
= help: see https://github.com/rust-lang/unsafe-code-guidelines/blob/master/wip/tree-borrows.md for further information
9
9
= help: the accessed tag <TAG> (root of the allocation) is foreign to the protected tag <TAG> (i.e., it is not a child)
10
-
= help: this foreign read access would cause the protected tag <TAG> (currently Active) to become Disabled
10
+
= help: this foreign read access would cause the protected tag <TAG> (currently Unique) to become Disabled
= help: this indicates a potential bug in the program: it performed an invalid operation, but the Tree Borrows rules it violated are still experimental
8
8
= help: see https://github.com/rust-lang/unsafe-code-guidelines/blob/master/wip/tree-borrows.md for further information
9
9
= help: the accessed tag <TAG> (root of the allocation) is foreign to the protected tag <TAG> (i.e., it is not a child)
10
-
= help: this reborrow (acting as a foreign read access) would cause the protected tag <TAG> (currently Active) to become Disabled
10
+
= help: this reborrow (acting as a foreign read access) would cause the protected tag <TAG> (currently Unique) to become Disabled
Copy file name to clipboardExpand all lines: tests/fail/function_calls/arg_inplace_mutate.tree.stderr
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ LL | unsafe { ptr.write(S(0)) };
7
7
= help: this indicates a potential bug in the program: it performed an invalid operation, but the Tree Borrows rules it violated are still experimental
8
8
= help: see https://github.com/rust-lang/unsafe-code-guidelines/blob/master/wip/tree-borrows.md for further information
9
9
= help: the accessed tag <TAG> (root of the allocation) is foreign to the protected tag <TAG> (i.e., it is not a child)
10
-
= help: this foreign write access would cause the protected tag <TAG> (currently Active) to become Disabled
10
+
= help: this foreign write access would cause the protected tag <TAG> (currently Unique) to become Disabled
0 commit comments