Fix missing bump in RECV lexer case.
This commit is contained in:
parent
9c79200a7f
commit
2119e3b5b9
@ -681,6 +681,7 @@ fn next_token(&reader rdr) -> token::token {
|
|||||||
ret token::OROR;
|
ret token::OROR;
|
||||||
}
|
}
|
||||||
case ('>') {
|
case ('>') {
|
||||||
|
rdr.bump();
|
||||||
rdr.bump();
|
rdr.bump();
|
||||||
ret token::RECV;
|
ret token::RECV;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user