AstGen: update std.zig.{ast,Ast}

This fixes a merge conflict when rebasing against master branch.
This commit is contained in:
Andrew Kelley 2021-09-01 13:10:51 -07:00
parent bbf4c25e2d
commit 21171fd71b

View File

@ -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]);