Skip to content

Commit fb3c4fb

Browse files
committed
Fix nll test output
1 parent c54b230 commit fb3c4fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/augmented-assignments.nll.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LL | x //~ error: use of moved value: `x`
99
LL | | //~^ value used here after move
1010
LL | | +=
1111
LL | | x; //~ value moved here
12-
| | -
12+
| | ^
1313
| | |
1414
| |_____move out of `x` occurs here
1515
| borrow later used here

0 commit comments

Comments
 (0)