about summary refs log tree commit diff
path: root/src/test/ui/pattern/usefulness/exhaustive_integer_patterns.rs
AgeCommit message (Collapse)AuthorLines
2020-11-21Improve integer range testsNadrieril-172/+0
2020-09-20Implement destructuring for all aggregates and for referencesOliver Scherer-1/+1
2019-11-15Add regression testNadrieril-0/+6
2019-11-15Apply suggestions from code reviewNadrieril Feneanar-1/+1
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
2019-11-15Add test for failing `try_eval_bits`Nadrieril-0/+9
2019-10-27Gather together usefulness testsNadrieril-0/+157
I took most tests that were testing only for match exhaustiveness, pattern refutability or match arm reachability, and put them in the same test folder.