about summary refs log tree commit diff
path: root/src/test/ui/parser/issue-21153.stderr
AgeCommit message (Collapse)AuthorLines
2021-11-20Move parser tests to parser/issues subdirectoryBadel2-13/+0
Because the parser directory has already reached the 1000 file limit.
2020-02-24parse: use `parse_item_common` in `parse_assoc_item_`.Mazdak Farrokhzad-7/+9
2020-02-15fuse extern & associated item parsing up to defaultnessMazdak Farrokhzad-2/+3
2019-12-12Unify associated item parsing.Mazdak Farrokhzad-1/+1
An exception is `fn` params.
2019-03-11Update testsVadim Petrochenkov-1/+1
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-1/+1
2018-12-25Remove licensesMark Rousskov-1/+1
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-0/+10