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/buggy_split_at_mut.stack.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ LL | | )
8
8
| | ^
9
9
| | |
10
10
| |_____________trying to retag from <TAG> for Unique permission at ALLOC[0x0], but that tag does not exist in the borrow stack for this location
11
-
| this error occurs as part of retag at ALLOC[0x0..0x10]
11
+
| this error occurs as part of retag (of a reference/box inside this compound type) at ALLOC[0x0..0x10]
12
12
|
13
13
= help: this indicates a potential bug in the program: it performed an invalid operation, but the Stacked Borrows rules it violated are still experimental
14
14
= help: see https://github.com/rust-lang/unsafe-code-guidelines/blob/master/wip/stacked-borrows.md for further information
Copy file name to clipboardExpand all lines: tests/fail/both_borrows/pass_invalid_shr_option.stack.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ LL | foo(some_xref);
5
5
| ^^^^^^^^^
6
6
| |
7
7
| 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 retag at ALLOC[0x0..0x4]
8
+
| this error occurs as part of retag (of a reference/box inside this compound type) 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
Copy file name to clipboardExpand all lines: tests/fail/both_borrows/pass_invalid_shr_tuple.stack.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ LL | foo(pair_xref);
5
5
| ^^^^^^^^^
6
6
| |
7
7
| 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 retag at ALLOC[0x0..0x4]
8
+
| this error occurs as part of retag (of a reference/box inside this compound type) 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
Copy file name to clipboardExpand all lines: tests/fail/both_borrows/return_invalid_shr_option.stack.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ LL | ret
5
5
| ^^^
6
6
| |
7
7
| trying to retag from <TAG> for SharedReadOnly permission at ALLOC[0x4], but that tag does not exist in the borrow stack for this location
8
-
| this error occurs as part of retag at ALLOC[0x4..0x8]
8
+
| this error occurs as part of retag (of a reference/box inside this compound type) at ALLOC[0x4..0x8]
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
Copy file name to clipboardExpand all lines: tests/fail/both_borrows/return_invalid_shr_tuple.stack.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ LL | ret
5
5
| ^^^
6
6
| |
7
7
| trying to retag from <TAG> for SharedReadOnly permission at ALLOC[0x4], but that tag does not exist in the borrow stack for this location
8
-
| this error occurs as part of retag at ALLOC[0x4..0x8]
8
+
| this error occurs as part of retag (of a reference/box inside this compound type) at ALLOC[0x4..0x8]
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
Copy file name to clipboardExpand all lines: tests/fail/stacked_borrows/return_invalid_mut_option.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ LL | ret
5
5
| ^^^
6
6
| |
7
7
| trying to retag from <TAG> for Unique permission at ALLOC[0x4], but that tag does not exist in the borrow stack for this location
8
-
| this error occurs as part of retag at ALLOC[0x4..0x8]
8
+
| this error occurs as part of retag (of a reference/box inside this compound type) at ALLOC[0x4..0x8]
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
Copy file name to clipboardExpand all lines: tests/fail/stacked_borrows/return_invalid_mut_tuple.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ LL | ret
5
5
| ^^^
6
6
| |
7
7
| trying to retag from <TAG> for Unique permission at ALLOC[0x4], but that tag does not exist in the borrow stack for this location
8
-
| this error occurs as part of retag at ALLOC[0x4..0x8]
8
+
| this error occurs as part of retag (of a reference/box inside this compound type) at ALLOC[0x4..0x8]
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
0 commit comments