about summary refs log tree commit diff
path: root/src/test/ui/parser/unicode-quote-chars.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-30/+0
2021-08-11Modify structured suggestion outputEsteban Küber-2/+2
* On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-3/+3
This is step 2 towards fixing #77548. In the codegen and codegen-units test suites, the `//` comment markers were kept in order not to affect any source locations. This is because these tests cannot be automatically `--bless`ed.
2020-09-02Improve recovery on malformed format callSasha-1/+1
If a comma in a format call is replaced with a similar token, then we emit an error and continue parsing, instead of stopping at this point.
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+2
Make the spacing between the code snippet and verbose structured suggestions consistent with note and help messages.
2019-08-05remove special code path for unknown tokensAleksey Kladov-1/+17
2019-03-25compiletest: make path normalization smarterAndy Russell-1/+1
2019-02-16ui test for directed quote help suggestion #58436Patrick McCarter-0/+12