summary refs log tree commit diff
path: root/src/test/ui/parser/expr-as-stmt.stderr
AgeCommit message (Expand)AuthorLines
2022-02-27Make deref suggestion betterMichael Goulet-0/+5
2022-02-24diagnostic: suggest parens when users want logical ops, but get closuresMichael Howell-1/+81
2021-09-11Rollup merge of #88757 - andrewhickman:master, r=jackh726Jubilee-2/+24
2021-09-06Suggest wapping expr in parentheses on invalid unary negationAndrew Hickman-2/+24
2021-09-04Use verbose suggestions and only match if the + is seen before a numeric literalTheodore Luo Wang-4/+4
2021-09-01Add checks for a block before a unary plus. Fix failing testsTheodore Luo Wang-6/+6
2021-08-11Modify structured suggestion outputEsteban Küber-10/+10
2021-07-30Use multispan suggestions more oftenEsteban Küber-12/+24
2021-06-20Update rustfix for compiletest.Eric Huss-9/+9
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