Add token::Err
This commit is contained in:
parent
7e2e61c618
commit
8bbb63c600
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ impl<'a> Classifier<'a> {
|
|||
token::Literal(lit, _suf) => {
|
||||
match lit {
|
||||
// Text literals.
|
||||
token::Byte(..) | token::Char(..) |
|
||||
token::Byte(..) | token::Char(..) | token::Err(..) |
|
||||
token::ByteStr(..) | token::ByteStrRaw(..) |
|
||||
token::Str_(..) | token::StrRaw(..) => Class::String,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue