mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
AstGen: update std.zig.{ast,Ast}
This fixes a merge conflict when rebasing against master branch.
This commit is contained in:
parent
bbf4c25e2d
commit
21171fd71b
@ -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]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user