| author | |
| committer | |
| log | 21171fd71b6b3c69a404176e8fe4620b9768d5a6 |
| tree | a4afc7f67eefad9b3af9de5ed46f451716b1fd4e |
| parent | bbf4c25e2dbe1dc2f165d8c978e5a5ed39be2cfc |
This fixes a merge conflict when rebasing against master branch.1 files changed, 2 insertions(+), 2 deletions(-)
src/AstGen.zig+2-2| ... | ... | @@ -7704,8 +7704,8 @@ fn saturatingArithmetic( |
| 7704 | 7704 | gz: *GenZir, |
| 7705 | 7705 | scope: *Scope, |
| 7706 | 7706 | rl: ResultLoc, |
| 7707 | node: ast.Node.Index, | |
| 7708 | params: []const ast.Node.Index, | |
| 7707 | node: Ast.Node.Index, | |
| 7708 | params: []const Ast.Node.Index, | |
| 7709 | 7709 | tag: Zir.Inst.Extended, |
| 7710 | 7710 | ) InnerError!Zir.Inst.Ref { |
| 7711 | 7711 | const lhs = try expr(gz, scope, .none, params[0]); |