summary refs log tree commit diff
path: root/src/test/ui/parser/issue-62660.rs
AgeCommit message (Collapse)AuthorLines
2019-07-13Don't drop DiagnosticBuilder if parsing failsJonathan Goodman-0/+11
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.