about summary refs log tree commit diff
path: root/src/test/ui/parser/match-refactor-to-expr.fixed
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-12/+0
2022-02-28Tweak diagnosticsEsteban Kuber-1/+1
* Recover from invalid `'label: ` before block. * Make suggestion to enclose statements in a block multipart. * Point at `match`, `while`, `loop` and `unsafe` keywords when failing to parse their expression. * Do not suggest `{ ; }`. * Do not suggest `|` when very unlikely to be what was wanted (in `let` statements).
2020-07-02Audit uses of `span_suggestion_short`Yuki Okushi-0/+12