| author | |
| committer | |
| log | 4cfea2fbd51b5ecf7405c98432d14a8ace12247d |
| tree | e046ccd9d5288ba98d0cae11feebc399e6f5247f |
| parent | d10ec6e70dbcf49ba14be549069271e564fec76b |
It's not time for #5909 yet.1 files changed, 2 insertions(+), 2 deletions(-)
src/BuiltinFn.zig+2-2| ... | ... | @@ -414,14 +414,14 @@ pub const list = list: { |
| 414 | 414 | "@floatCast", |
| 415 | 415 | .{ |
| 416 | 416 | .tag = .float_cast, |
| 417 | .param_count = 1, | |
| 417 | .param_count = 2, | |
| 418 | 418 | }, |
| 419 | 419 | }, |
| 420 | 420 | .{ |
| 421 | 421 | "@floatToInt", |
| 422 | 422 | .{ |
| 423 | 423 | .tag = .float_to_int, |
| 424 | .param_count = 1, | |
| 424 | .param_count = 2, | |
| 425 | 425 | }, |
| 426 | 426 | }, |
| 427 | 427 | .{ |