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/aliasing_mut4.tree.stderr
+2-2Lines changed: 2 additions & 2 deletions
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> to transition from Frozen to Disabled
10
-
= help: this transition would be a loss of read permissions, which is not allowed for protected tags
9
+
= help: this foreign write access would cause the protected tag <TAG> currently Frozen to become Disabled
Copy file name to clipboardExpand all lines: src/tools/miri/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
@@ -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> to transition from Active to Frozen
10
-
= help: this transition would be a loss of write permissions, which is not allowed for protected tags
9
+
= help: this foreign read access would cause the protected tag <TAG> currently Active to become Disabled
Copy file name to clipboardExpand all lines: src/tools/miri/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
@@ -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> to transition from Active to Disabled
10
-
= help: this transition would be a loss of read and write permissions, which is not allowed for protected tags
9
+
= help: this foreign write access would cause the protected tag <TAG> currently Active to become Disabled
Copy file name to clipboardExpand all lines: src/tools/miri/tests/fail/both_borrows/invalidate_against_protector2.tree.stderr
+2-2Lines changed: 2 additions & 2 deletions
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> to transition from Frozen to Disabled
10
-
= help: this transition would be a loss of read permissions, which is not allowed for protected tags
9
+
= help: this foreign write access would cause the protected tag <TAG> currently Frozen to become Disabled
Copy file name to clipboardExpand all lines: src/tools/miri/tests/fail/both_borrows/invalidate_against_protector3.tree.stderr
+2-2Lines changed: 2 additions & 2 deletions
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> to transition from Frozen to Disabled
10
-
= help: this transition would be a loss of read permissions, which is not allowed for protected tags
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> to transition from Frozen to Disabled
10
-
= help: this transition would be a loss of read permissions, which is not allowed for protected tags
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> to transition from Frozen to Disabled
10
-
= help: this transition would be a loss of read permissions, which is not allowed for protected tags
9
+
= help: this deallocation (acting as a foreign write access) would cause the protected tag <TAG> currently Frozen to become Disabled
0 commit comments