summary refs log tree commit diff
path: root/src/test/ui/parser/raw-byte-string-eof.stderr
AgeCommit message (Collapse)AuthorLines
2019-07-20Introduce rustc_lexerAleksey Kladov-2/+2
The idea here is to make a reusable library out of the existing rust-lexer, by separating out pure lexing and rustc-specific concerns, like spans, error reporting an interning. So, rustc_lexer operates directly on `&str`, produces simple tokens which are a pair of type-tag and a bit of original text, and does not report errors, instead storing them as flags on the token.
2019-03-11Update testsVadim Petrochenkov-1/+1
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-21Move parse-fail tests to UIVadim Petrochenkov-0/+10