1
Fork 0

Add br##"xx"## raw byte string literals.

This commit is contained in:
Simon Sapin 2014-06-13 18:56:24 +01:00
parent d7e01b5809
commit b8a4c1415b
7 changed files with 102 additions and 5 deletions

View file

@ -140,7 +140,7 @@ fn doit(sess: &parse::ParseSess, mut lexer: lexer::StringReader,
}
// text literals
t::LIT_BYTE(..) | t::LIT_BINARY(..) |
t::LIT_BYTE(..) | t::LIT_BINARY(..) | t::LIT_BINARY_RAW(..) |
t::LIT_CHAR(..) | t::LIT_STR(..) | t::LIT_STR_RAW(..) => "string",
// number literals