Change from error to invalid
This commit is contained in:
parent
d33ee3fefa
commit
32662c2953
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ impl Lit {
|
|||
match *self {
|
||||
Byte(_) => "byte literal",
|
||||
Char(_) => "char literal",
|
||||
Err(_) => "error literal",
|
||||
Err(_) => "invalid literal",
|
||||
Integer(_) => "integer literal",
|
||||
Float(_) => "float literal",
|
||||
Str_(_) | StrRaw(..) => "string literal",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue