summary refs log tree commit diff
path: root/src/test/ui/liveness
AgeCommit message (Collapse)AuthorLines
2018-10-16updates to expected output for other ui tests.Felix S. Klock II-1/+1
2018-09-28test fix for #54015Rusty Blitzerr-0/+22
2018-09-28Test fixes for the change of error message for issue #54015Rusty Blitzerr-1/+1
2018-09-18De-duplicate moved variable errors.David Wood-9/+1
By introducing a new map that tracks the errors reported and the `Place`s that spawned those errors against the move out that the error was referring to, we are able to silence duplicate errors by emitting only the error which corresponds to the most specific `Place` (that which other `Place`s which reported errors are prefixes of). This generally is an improvement, however there is a case - `liveness-move-in-while` - where the output regresses.
2018-09-12use structured suggestion for "missing mut" labelAndy Russell-26/+30
Fixes #54133.
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+1030