about summary refs log tree commit diff
path: root/src/test/ui/pattern/usefulness/refutable-pattern-in-fn-arg.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-11/+0
2020-03-27non-exhastive diagnostic: add note re. scrutinee typeMazdak Farrokhzad-0/+2
2019-10-27Gather together usefulness testsNadrieril-0/+9
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.