about summary refs log tree commit diff
path: root/src/test/ui/parser-recovery-1.rs
AgeCommit message (Collapse)AuthorLines
2020-12-31Move parser-related testsYuki Okushi-13/+0
2020-01-08Remove `-Z continue-parse-after-error`Vadim Petrochenkov-2/+0
2020-01-03tweak wording of mismatched delimiter errorsAndy Russell-1/+1
2019-10-30Do not complain about missing `fn main()` in some casesEsteban Küber-1/+0
2019-09-14Provide a span if main function is not present in crateMark Rousskov-0/+1
Unfortunately, the diagnotic machinery does not cope well with an empty span which can happen if the crate is empty, in which case we merely set a spanless note.
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-05Reword un-closed delimiter labelEsteban Küber-4/+5
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+24