This commit is contained in:
Andrew Kelley
2020-06-20 18:39:15 -04:00
parent d87cd06296
commit da549a72e1
6 changed files with 63 additions and 65 deletions

View File

@@ -937,7 +937,6 @@ const Parser = struct {
return node;
}
while_prefix.body = try p.expectNode(parseAssignExpr, .{
.ExpectedBlockOrAssignment = .{ .token = p.tok_i },
});