about summary refs log tree commit diff
path: root/src/test/ui/parser/issue-33413.stderr
AgeCommit message (Collapse)AuthorLines
2021-11-20Move parser tests to parser/issues subdirectoryBadel2-17/+0
Because the parser directory has already reached the 1000 file limit.
2019-11-18Surround types with backticks in type errorsEsteban Küber-1/+1
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-3/+0
2019-11-18review comments: tweak prefix stringsEsteban Küber-2/+2
2019-10-07syntax: unify and simplify fn signature parsing.Mazdak Farrokhzad-1/+13
2019-08-25parser: gracefully handle `fn foo(A | B: type)`.Mazdak Farrokhzad-2/+2
2018-12-25Remove licensesMark Rousskov-1/+1
2018-10-28Provide specific label for patern parsing errorEsteban Küber-6/+3
2018-10-28Produce targeted diagnostic when using doc comments on fn argsEsteban Küber-1/+4
Before parsing argument names and types, try to consume an incorrectly included doc comment or attribute in order to recover and continue parsing the rest of the fn definition.
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-0/+8