about summary refs log tree commit diff
path: root/src/test/ui/parser/issue-62660.stderr
AgeCommit message (Collapse)AuthorLines
2021-11-20Move parser tests to parser/issues subdirectoryBadel2-8/+0
Because the parser directory has already reached the 1000 file limit.
2020-11-25add testsb-naber-2/+2
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-1/+1
2019-07-13Don't drop DiagnosticBuilder if parsing failsJonathan Goodman-0/+8
If the explicitly given type of a `self` parameter fails to parse correctly, we need to propagate the error rather than dropping it and causing an ICE. Fixes #62660.