Commit 21171fd71b

Andrew Kelley <andrew@ziglang.org>
2021-09-01 22:10:51
AstGen: update std.zig.{ast,Ast}
This fixes a merge conflict when rebasing against master branch.
1 parent bbf4c25
Changed files (1)
src/AstGen.zig
@@ -7704,8 +7704,8 @@ fn saturatingArithmetic(
     gz: *GenZir,
     scope: *Scope,
     rl: ResultLoc,
-    node: ast.Node.Index,
-    params: []const ast.Node.Index,
+    node: Ast.Node.Index,
+    params: []const Ast.Node.Index,
     tag: Zir.Inst.Extended,
 ) InnerError!Zir.Inst.Ref {
     const lhs = try expr(gz, scope, .none, params[0]);