about summary refs log tree commit diff
path: root/src/test/ui/parser/unicode-quote-chars.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-8/+0
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-2/+0
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-08-05remove special code path for unknown tokensAleksey Kladov-0/+3
2019-02-16ui test for directed quote help suggestion #58436Patrick McCarter-0/+7