about summary refs log tree commit diff
path: root/src/test/ui/missing/missing-block-hint.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-30/+0
2022-06-13Improve parsing errors and suggestions for bad if statementsMichael Goulet-5/+12
2022-02-28Tweak diagnosticsEsteban Kuber-4/+6
* 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).
2019-12-23more recovery in if-parsingMazdak Farrokhzad-2/+2
2019-03-11Update testsVadim Petrochenkov-2/+2
2018-12-25Remove licensesMark Rousskov-2/+2
2018-10-28Use token description in "expected/found" parse messagesEsteban Küber-1/+2
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+20