Add a b"xx" byte string literal of type &'static [u8].
This commit is contained in:
parent
bccdba0296
commit
d7e01b5809
12 changed files with 185 additions and 70 deletions
|
@ -140,7 +140,8 @@ fn doit(sess: &parse::ParseSess, mut lexer: lexer::StringReader,
|
|||
}
|
||||
|
||||
// text literals
|
||||
t::LIT_BYTE(..) | t::LIT_CHAR(..) | t::LIT_STR(..) | t::LIT_STR_RAW(..) => "string",
|
||||
t::LIT_BYTE(..) | t::LIT_BINARY(..) |
|
||||
t::LIT_CHAR(..) | t::LIT_STR(..) | t::LIT_STR_RAW(..) => "string",
|
||||
|
||||
// number literals
|
||||
t::LIT_INT(..) | t::LIT_UINT(..) | t::LIT_INT_UNSUFFIXED(..) |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue