about summary refs log tree commit diff
path: root/src/test/ui/parser/expr-as-stmt.stderr
AgeCommit message (Expand)AuthorLines
2021-02-21Suggest `return`ing tail expressions that match return typeEsteban Küber-0/+20
2020-07-22Correctly parse `{} && false` in tail expressionEsteban Küber-10/+2
2019-11-18Surround types with backticks in type errorsEsteban Küber-4/+4
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-12/+0
2019-11-18review comments: tweak prefix stringsEsteban Küber-8/+8
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+1
2019-05-02fix typoEsteban Küber-6/+6
2019-04-30Reword ambigous parse error to fit with the current errorEsteban Küber-4/+4
2019-04-29Add test case for #47287Esteban Küber-1/+13
2019-04-29Identify when a stmt could have been parsed as an exprEsteban Küber-0/+80