about summary refs log tree commit diff
path: root/src/test/ui/pattern/usefulness/match-empty-exhaustive_patterns.rs
AgeCommit message (Expand)AuthorLines
2019-12-11Revert a diagnostic change in the case of integer rangesNadrieril-1/+1
2019-12-04Use the default code path to list missing patternsNadrieril-6/+6
2019-12-04List missing constructors in an almost empty matchNadrieril-13/+19
2019-12-04Add testsNadrieril-8/+39
2019-12-04Only warn about missing patterns in the case of an enumNadrieril-4/+4
2019-12-04Add testsNadrieril-0/+11
2019-12-04Make empty match lint more consistent under exhaustive_patternsNadrieril-11/+11
2019-12-04Fix erroneous commentNadrieril-1/+0
2019-12-04Add testsNadrieril-0/+46