summary refs log tree commit diff
path: root/src/test/ui/pattern/usefulness/tuple-struct-nonexhaustive.stderr
AgeCommit message (Expand)AuthorLines
2022-06-19Only omit trailing comma if block doesn't come from macro expansionMichael Goulet-1/+1
2022-04-27Make [e]println macros eagerly drop temporaries (for backport)David Tolnay-1/+1
2022-03-11Format core and std macro rules, removing needless surrounding blocksDavid Tolnay-1/+1
2022-03-08Change wording of suggestion to add missing `match` armEsteban Kuber-1/+1
2022-03-08Point at uncovered variants in enum definition in `note` instead of a `span_l...Esteban Kuber-3/+5
2022-03-08When finding a match expr with multiple arms that requires more, suggest itEsteban Kuber-1/+5
2022-03-08When encountering a match expr with no arms, suggest itEsteban Kuber-1/+1
2020-03-27non-exhastive diagnostic: add note re. scrutinee typeMazdak Farrokhzad-0/+1
2019-10-27Gather together usefulness testsNadrieril-0/+14