summary refs log tree commit diff
path: root/src/test/ui/moves
AgeCommit message (Collapse)AuthorLines
2018-10-17Update output for borrowck=migrate compare mode.David Wood-2/+29
This commit updates the test output for the updated NLL compare mode that uses `-Z borrowck=migrate` rather than `-Z borrowck=mir`. The previous commit changes `compiletest` and this commit only updates `.nll.stderr` files.
2018-10-03Clearer later use messages for callsMatthew Jasper-4/+3
Give a special message when the later use is from a call. Use the span of the callee instead of the whole expression. For conflicting borrow messages say that the later use is of the first borrow.
2018-09-28test fix for #54015Rusty Blitzerr-0/+11
2018-08-15Bless testsashtneoi-4/+7
2018-08-15Bless UI testsashtneoi-2/+8
2018-08-14Improved how upvars are detected when presenting errors using prefixes.David Wood-0/+2
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+1341