| author | |
| committer | |
| log | dfeca48e35ffd768813d8e595962005e80593e2b |
| tree | 5bca2c2369fb264fc962532c1fb6a66115784bd2 |
| parent | 0f7b036eb75f52c69e8458bd12563a7ecf4c9237 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/BuiltinFn.zig+1-1| ... | ... | @@ -477,7 +477,7 @@ pub const list = list: { |
| 477 | 477 | "@intCast", |
| 478 | 478 | .{ |
| 479 | 479 | .tag = .int_cast, |
| 480 | .param_count = 1, | |
| 480 | .param_count = 2, | |
| 481 | 481 | }, |
| 482 | 482 | }, |
| 483 | 483 | .{ |