about summary refs log tree commit diff
path: root/src/test/ui/parser/issue-2354.rs
AgeCommit message (Collapse)AuthorLines
2021-11-20Move parser tests to parser/issues subdirectoryBadel2-15/+0
Because the parser directory has already reached the 1000 file limit.
2020-01-03tweak wording of mismatched delimiter errorsAndy Russell-2/+2
2019-10-30Do not complain about missing `fn main()` in some casesEsteban Küber-5/+2
2019-09-14Provide a span if main function is not present in crateMark Rousskov-1/+4
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.
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-4/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-21Move more parsing tests to ui/parserVadim Petrochenkov-0/+26