about summary refs log tree commit diff
path: root/src/test/ui/parser/expr-as-stmt.fixed
AgeCommit message (Expand)AuthorLines
2021-09-11Rollup merge of #88757 - andrewhickman:master, r=jackh726Jubilee-0/+5
2021-09-06Suggest wapping expr in parentheses on invalid unary negationAndrew Hickman-0/+5
2021-09-04Use verbose suggestions and only match if the + is seen before a numeric literalTheodore Luo Wang-2/+2
2021-09-01Add checks for a block before a unary plus. Fix failing testsTheodore Luo Wang-3/+3
2021-06-20Update rustfix for compiletest.Eric Huss-0/+1
2020-07-22Correctly parse `{} && false` in tail expressionEsteban Küber-6/+0
2019-04-30Reword ambigous parse error to fit with the current errorEsteban Küber-2/+2
2019-04-29Add test case for #47287Esteban Küber-0/+6
2019-04-29Identify when a stmt could have been parsed as an exprEsteban Küber-0/+34