summary refs log tree commit diff
path: root/src/test/ui/parser/raw/raw-byte-string-eof.stderr
AgeCommit message (Collapse)AuthorLines
2020-03-29Cleanup error messages, improve docstringsRussell Cohen-1/+1
2020-03-29Improve error messages for raw strings (#60762)Russell Cohen-1/+3
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/+11