Add br##"xx"## raw byte string literals.
This commit is contained in:
parent
d7e01b5809
commit
b8a4c1415b
7 changed files with 102 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue