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