about summary refs log tree commit diff
path: root/src/test/ui/parser/issue-33413.rs
AgeCommit message (Collapse)AuthorLines
2021-11-20Move parser tests to parser/issues subdirectoryBadel2-9/+0
Because the parser directory has already reached the 1000 file limit.
2019-10-07syntax: unify and simplify fn signature parsing.Mazdak Farrokhzad-0/+1
2019-08-25parser: gracefully handle `fn foo(A | B: type)`.Mazdak Farrokhzad-1/+1
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-1/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-28Provide specific label for patern parsing errorEsteban Küber-1/+2
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-0/+15