about summary refs log tree commit diff
path: root/src/test/ui/parser/issue-19096.rs
AgeCommit message (Collapse)AuthorLines
2021-11-20Move parser tests to parser/issues subdirectoryBadel2-10/+0
Because the parser directory has already reached the 1000 file limit.
2019-07-12Do not emit type errors after parse error in last statement of blockEsteban Küber-2/+7
When recovering from a parse error inside a block, do not emit type errors generating on that block's recovered return expression. Fix #57383.
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-2/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-0/+16