about summary refs log tree commit diff
path: root/src/test/ui/parser/lifetime-in-pattern.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-28/+0
2021-08-12Use smaller spans for some structured suggestionsEsteban Kuber-4/+4
Use more accurate suggestion spans for * argument parse error * fully qualified path * missing code block type * numeric casts * E0212
2021-08-11Modify structured suggestion outputEsteban Küber-3/+3
* On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span
2021-03-17Fix bad diagnostics for anon params with refYuki Okushi-0/+14
2019-12-13parser: recover on `&'lifetime mut $pat`.Mazdak Farrokhzad-2/+8
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-1/+1
2018-12-25Remove licensesMark Rousskov-1/+1
2018-10-21Make sure all ui/parse tests have `-Z parse-only`Vadim Petrochenkov-1/+1
Except those testing parsing during macro expansion
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-0/+8