summary refs log tree commit diff
path: root/src/test/ui/closures/2229_closure_analysis/match
AgeCommit message (Expand)AuthorLines
2022-06-19collapse dead code warnings into a single diagnosticTakayuki Maeda-2/+5
2022-03-08Change wording of suggestion to add missing `match` armEsteban Kuber-6/+6
2022-03-08Point at uncovered variants in enum definition in `note` instead of a `span_l...Esteban Kuber-12/+25
2022-03-08When finding a match expr with multiple arms that requires more, suggest itEsteban Kuber-1/+4
2022-03-08When finding a match expr with a single arm that requires more, suggest itEsteban Kuber-3/+14
2022-03-08When encountering a match expr with no arms, suggest itEsteban Kuber-6/+16
2021-08-28Move match tests in match folderRoxane-35/+117
2021-08-28Create a specific match folder for match testsRoxane-0/+776