about summary refs log tree commit diff
path: root/src/test/ui/parser/match-refactor-to-expr.rs
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-1/+3
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-1/+1
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-2/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-28Point at `match` when a parse failure ocurrs inside of itEsteban Küber-1/+1
2018-10-21Move more parsing tests to ui/parserVadim Petrochenkov-0/+22