about summary refs log tree commit diff
path: root/src/test/ui/parser/pat-lt-bracket-6.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-9/+0
2020-01-18slice_patterns: remove gates in testsMazdak Farrokhzad-1/+0
2019-08-17initial implementation of or-pattern parsingDan Robertson-2/+3
Initial implementation of parsing or-patterns e.g., `Some(Foo | Bar)`. This is a partial implementation of RFC 2535.
2019-07-28Address comments re. off-topic errors.Mazdak Farrokhzad-3/+6
2019-07-28Account for better recovery in two cases.Mazdak Farrokhzad-0/+3
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-2/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-21Make sure all ui/parse tests have `-Z parse-only`Vadim Petrochenkov-0/+2
Except those testing parsing during macro expansion
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-0/+13