diff --git a/src/AstGen.zig b/src/AstGen.zig index 849dae613f..2521984a94 100644 --- a/src/AstGen.zig +++ b/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]);