about summary refs log tree commit diff
path: root/src/test/compile-fail/raw-str-delim.rs
AgeCommit message (Collapse)AuthorLines
2015-02-06Move compile-fail tests that are rejected by the parser to parse-failFlorian Hahn-13/+0
2013-10-08lex raw string literals, like r#"blah"#Benjamin Herr-0/+13
Raw string literals are lexed into regular string literals. This is okay for them to "work" and be usable/testable, but the pretty-printer does not know about them yet and will just emit regular string literals.