about summary refs log tree commit diff
path: root/src/test/ui/parser/removed-syntax-with-1.stderr
AgeCommit message (Collapse)AuthorLines
2019-01-21Accept more invalid code that is close to correct fieldsEsteban Küber-9/+2
2019-01-20Tweak field parse error recoveryEsteban Küber-2/+2
2019-01-20Recover from parse errors in struct literal fieldsEsteban Küber-1/+3
Attempt to recover from parse errors while parsing a struct's literal fields by skipping tokens until a comma or the closing brace is found. This allows errors in other fields to be reported.
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-2/+9
2018-12-25Remove licensesMark Rousskov-1/+1
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-0/+8