about summary refs log tree commit diff
path: root/src/test/ui/or-patterns/or-patterns-syntactic-fail.stderr
AgeCommit message (Expand)AuthorLines
2021-10-05Consider unfulfilled obligations in binop errorsEsteban Kuber-1/+16
2021-03-19update testsmark-5/+5
2021-03-05use pat<no_top_alt> for patterns in let bindingsmark-4/+16
2021-02-15Simplify pattern grammar by allowing nested leading vertmark-85/+6
2020-12-19implement edition-specific :pat behavior for 2015/18mark-33/+15
2020-09-02pretty: trim paths of unique symbolsDan Aloni-1/+1
2020-02-01Remove or_patterns from INCOMPLETE_FEATURESMatthew Jasper-24/+16
2019-12-12Update UI test expectationsLeSeulArtichaut-1/+1
2019-11-21Point at type in `let` assignment on type errorsEsteban Küber-4/+5
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-3/+0
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-2/+2
2019-09-29syntax: recover trailing `|` in or-patterns.Mazdak Farrokhzad-0/+8
2019-08-25parser: gracefully handle `fn foo(A | B: type)`.Mazdak Farrokhzad-15/+27
2019-08-24parser: better recovery for || in inner pats.Mazdak Farrokhzad-20/+57
2019-08-24or-patterns: add syntactic tests.Mazdak Farrokhzad-0/+75