summary refs log tree commit diff
path: root/src/test/ui/pattern/usefulness/empty-match.normal.stderr
AgeCommit message (Expand)AuthorLines
2022-09-03Include enum path in variant suggestionMichael Goulet-14/+14
2022-03-08Change wording of suggestion to add missing `match` armEsteban Kuber-16/+16
2022-03-08Point at uncovered variants in enum definition in `note` instead of a `span_l...Esteban Kuber-92/+102
2022-03-08When finding a match expr with a single arm that requires more, suggest itEsteban Kuber-8/+40
2022-03-08When encountering a match expr with no arms, suggest itEsteban Kuber-16/+16
2021-01-12Add tests for uninhabited typesNadrieril-70/+82
2021-01-12Deduplicate some tests using revisionsNadrieril-0/+249