Fix nll test output

This commit is contained in:
Esteban Küber 2019-02-08 01:16:56 -08:00
parent c54b230fa1
commit fb3c4fbfc3

View File

@ -9,7 +9,7 @@ LL | x //~ error: use of moved value: `x`
LL | | //~^ value used here after move
LL | | +=
LL | | x; //~ value moved here
| | -
| | ^
| | |
| |_____move out of `x` occurs here
| borrow later used here