about summary refs log tree commit diff
path: root/src/test/ui/check_match/issue-35609.rs
AgeCommit message (Collapse)AuthorLines
2019-10-27Gather together usefulness testsNadrieril-43/+0
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.
2018-12-25Remove licensesMark Rousskov-10/+0
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-8/+8
2016-10-26un-break the `construct_witness` logicAriel Ben-Yehuda-0/+53
Fixes #35609.