about summary refs log tree commit diff
path: root/src/test/ui/parser/struct-field-numeric-shorthand.rs
AgeCommit message (Collapse)AuthorLines
2019-01-20Recover from parse errors in struct literal fieldsEsteban Küber-2/+5
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/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-0/+17