about summary refs log tree commit diff
path: root/src/test/ui/parser/raw/raw-str-unbalanced.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-22/+0
2022-04-23Better handle too many `#` recovery in raw strEsteban Küber-1/+19
Point at all the unnecessary trailing `#`. Better handle interaction with outer attributes when `;` is missing. Fix #95030.
2020-03-29Improve error messages for raw strings (#60762)Russell Cohen-1/+1
This diff improves error messages around raw strings in a few ways: - Catch extra trailing `#` in the parser. This can't be handled in the lexer because we could be in a macro that actually expects another # (see test) - Refactor & unify error handling in the lexer between ByteStrings and RawByteStrings - Detect potentially intended terminators (longest sequence of "#*" is suggested)
2020-03-27Move raw string tests into the raw directoryRussell Cohen-0/+4