mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-24 13:34:52 +00:00
Update lalrpop to 0.20.0
This commit is contained in:
parent
e1f70100ac
commit
39b2dbe04d
2 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue