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/aliasing_mut4.tree.stderr
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ LL | ptr::write(dest, src);
6
6
|
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: the accessed tag <TAG> is foreign to the protected tag <TAG> (i.e., it is not a child)
9
-
= help: this foreign write access would cause the protected tag <TAG> currently Frozen to become Disabled
10
-
= help: protected tags must not become Disabled
9
+
= help: this foreign write access would cause the protected tag <TAG> (currently Frozen) to become Disabled
Copy file name to clipboardExpand all lines: tests/fail/both_borrows/box_noalias_violation.tree.stderr
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ LL | *y
6
6
|
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: the accessed tag <TAG> is foreign to the protected tag <TAG> (i.e., it is not a child)
9
-
= help: this foreign read access would cause the protected tag <TAG> currently Active to become Disabled
10
-
= help: protected tags must not become Disabled
9
+
= help: this foreign read access would cause the protected tag <TAG> (currently Active) to become Disabled
Copy file name to clipboardExpand all lines: tests/fail/both_borrows/illegal_write6.tree.stderr
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ LL | unsafe { *y = 2 };
6
6
|
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: the accessed tag <TAG> is foreign to the protected tag <TAG> (i.e., it is not a child)
9
-
= help: this foreign write access would cause the protected tag <TAG> currently Active to become Disabled
10
-
= help: protected tags must not become Disabled
9
+
= help: this foreign write access would cause the protected tag <TAG> (currently Active) to become Disabled
Copy file name to clipboardExpand all lines: tests/fail/both_borrows/invalidate_against_protector2.tree.stderr
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ LL | unsafe { *x = 0 };
6
6
|
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: the accessed tag <TAG> is foreign to the protected tag <TAG> (i.e., it is not a child)
9
-
= help: this foreign write access would cause the protected tag <TAG> currently Frozen to become Disabled
10
-
= help: protected tags must not become Disabled
9
+
= help: this foreign write access would cause the protected tag <TAG> (currently Frozen) to become Disabled
Copy file name to clipboardExpand all lines: tests/fail/both_borrows/invalidate_against_protector3.tree.stderr
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ LL | unsafe { *x = 0 };
6
6
|
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: the accessed tag <TAG> (root of the allocation) is foreign to the protected tag <TAG> (i.e., it is not a child)
9
-
= help: this foreign write access would cause the protected tag <TAG> currently Frozen to become Disabled
10
-
= help: protected tags must not become Disabled
9
+
= help: this foreign write access would cause the protected tag <TAG> (currently Frozen) 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: the accessed tag <TAG> is foreign to the protected tag <TAG> (i.e., it is not a child)
9
-
= help: this deallocation (acting as a foreign write access) would cause the protected tag <TAG> currently Frozen to become Disabled
10
-
= help: protected tags must not become Disabled
9
+
= help: this deallocation (acting as a foreign write access) would cause the protected tag <TAG> (currently Frozen) 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: the accessed tag <TAG> is foreign to the protected tag <TAG> (i.e., it is not a child)
9
-
= help: this deallocation (acting as a foreign write access) would cause the protected tag <TAG> currently Frozen to become Disabled
10
-
= help: protected tags must not become Disabled
9
+
= help: this deallocation (acting as a foreign write access) would cause the protected tag <TAG> (currently Frozen) to become Disabled
Copy file name to clipboardExpand all lines: tests/fail/function_calls/arg_inplace_mutate.tree.stderr
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ LL | unsafe { ptr.write(S(0)) };
6
6
|
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: the accessed tag <TAG> (root of the allocation) is foreign to the protected tag <TAG> (i.e., it is not a child)
9
-
= help: this foreign write access would cause the protected tag <TAG> currently Active to become Disabled
10
-
= help: protected tags must not become Disabled
9
+
= help: this foreign write access would cause the protected tag <TAG> (currently Active) to become Disabled
0 commit comments