Merge remote-tracking branch 'origin/master' into zig-ast-to-zir

This commit is contained in:
Andrew Kelley
2020-06-22 23:22:17 -04:00
47 changed files with 1629 additions and 645 deletions

View File

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