mirror of
https://github.com/astral-sh/ruff
synced 2026-01-09 07:34:06 -05:00
Update lalrpop to 0.20.0
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user