Fix typo in lexer.rs
This commit is contained in:
@@ -43,7 +43,7 @@ pub enum Token<'a> {
|
|||||||
SigRef(u32), // sig2
|
SigRef(u32), // sig2
|
||||||
UserRef(u32), // u345
|
UserRef(u32), // u345
|
||||||
Name(&'a str), // %9arbitrary_alphanum, %x3, %0, %function ...
|
Name(&'a str), // %9arbitrary_alphanum, %x3, %0, %function ...
|
||||||
String(&'a str), // "abritrary quoted string with no escape" ...
|
String(&'a str), // "arbitrary quoted string with no escape" ...
|
||||||
HexSequence(&'a str), // #89AF
|
HexSequence(&'a str), // #89AF
|
||||||
Identifier(&'a str), // Unrecognized identifier (opcode, enumerator, ...)
|
Identifier(&'a str), // Unrecognized identifier (opcode, enumerator, ...)
|
||||||
SourceLoc(&'a str), // @00c7
|
SourceLoc(&'a str), // @00c7
|
||||||
|
|||||||
Reference in New Issue
Block a user