diff --git a/parser/python.lalrpop b/parser/python.lalrpop index 4ec31c0..a49379c 100644 --- a/parser/python.lalrpop +++ b/parser/python.lalrpop @@ -1185,7 +1185,7 @@ Atom: ast::Expr = { custom: (), node: ast::ExprKind::Set { elts } }, - "{" > "}" => { + "{" "}" => { ast::Expr { location, end_location: Some(end_location),