about summary refs log tree commit diff
path: root/src/test/ui/liveness/liveness-assign
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-104/+0
2021-04-12Compiler error messages: reduce assertiveness of message E0384James Addison-8/+8
This message is emitted as guidance by the compiler when a developer attempts to reassign a value to an immutable variable. Following the message will always currently work, but it may not always be the best course of action; following the 'consider ...' messaging pattern provides a hint to the developer that it could be wise to explore other alternatives.
2019-04-22update tests for migrate mode by defaultMatthew Jasper-150/+23
2019-03-17Updated UI test output to remove test annotations for revisionsMathias Blikstad-24/+24
2018-12-25Remove licensesMark Rousskov-52/+12
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/+267