about summary refs log tree commit diff
path: root/src/test/ui/pattern/usefulness/match-empty-exhaustive_patterns.stderr
AgeCommit message (Expand)AuthorLines
2020-03-27non-exhastive diagnostic: add note re. scrutinee typeMazdak Farrokhzad-0/+14
2020-01-24Normalise notes with the/isvarkor-1/+1
2019-12-11Revert a diagnostic change in the case of integer rangesNadrieril-2/+2
2019-12-04Reuse `adt_defined_here`Nadrieril-4/+18
2019-12-04Use the default code path to list missing patternsNadrieril-27/+39
2019-12-04List missing constructors in an almost empty matchNadrieril-14/+17
2019-12-04Add testsNadrieril-25/+117
2019-12-04Only warn about missing patterns in the case of an enumNadrieril-30/+7
2019-12-04Add testsNadrieril-9/+42
2019-12-04Make empty match lint more consistent under exhaustive_patternsNadrieril-10/+35
2019-12-04Fix erroneous commentNadrieril-7/+7
2019-12-04Add testsNadrieril-0/+67