Update lalrpop to 0.20.0

This commit is contained in:
Jeong YunWon 2023-05-06 04:34:51 +09:00
parent e1f70100ac
commit 39b2dbe04d
2 changed files with 3 additions and 3 deletions

View file

@ -250,7 +250,7 @@ fn parse_error_from_lalrpop(
source_path,
}
}
LalrpopError::UnrecognizedEOF { location, expected } => {
LalrpopError::UnrecognizedEof { location, expected } => {
// This could be an initial indentation error that we should ignore
let indent_error = expected == ["Indent"];
if indent_error {