about summary refs log tree commit diff
path: root/src/test/ui/resolve/issue-54379.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-14/+0
2019-03-14Do not complain about unmentioned fields in recovered patternsEsteban Küber-1/+1
When the parser has to recover from malformed code in a pattern, do not complain about missing fields.
2018-12-25Remove licensesMark Rousskov-9/+0
2018-12-04Update testsOliver Scherer-1/+3
2018-10-07Fix internal compiler error on malformed match arm pattern.Donato Sciarra-0/+21
Issue: 54379