about summary refs log tree commit diff
path: root/src/test/ui/impossible_range.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-19/+0
2020-07-02Audit uses of `span_suggestion_short`Yuki Okushi-2/+2
2020-01-11Ban `...X` pats, harden tests, and improve diagnostics.Mazdak Farrokhzad-6/+6
Also fix a bug with the span passed in `mk_range`.
2019-03-11Update testsVadim Petrochenkov-2/+2
2018-12-25Remove licensesMark Rousskov-2/+2
2018-03-15Stabilize `inclusive_range_syntax` language feature.kennytm-2/+2
Stabilize the syntax `a..=b` and `..=b`.
2018-03-14update testsGuillaume Gomez-1/+1
2018-02-26Update UI testsVadim Petrochenkov-2/+2
2018-02-25Update ui testsGuillaume Gomez-0/+1
2017-12-21Do not emit type errors on recovered blocksEsteban Küber-4/+4
When a parse error occurs on a block, the parser will recover and create a block with the statements collected until that point. Now a flag stating that a recovery has been performed in this block is propagated so that the type checker knows that the type of the block (which will be identified as `()`) shouldn't be checked against the expectation to reduce the amount of irrelevant diagnostic errors shown to the user.
2017-12-14Remove NOTE/HELP annotations from UI testsVadim Petrochenkov-2/+2
2017-12-14Move compile-fail tests with NOTE/HELP annotations to UIVadim Petrochenkov-0/+18