AstGen: fix @floatCast having wrong arity

It's not time for #5909 yet.
This commit is contained in:
Andrew Kelley 2021-04-21 19:10:54 -07:00
parent d10ec6e70d
commit 4cfea2fbd5

View File

@ -414,14 +414,14 @@ pub const list = list: {
"@floatCast",
.{
.tag = .float_cast,
.param_count = 1,
.param_count = 2,
},
},
.{
"@floatToInt",
.{
.tag = .float_to_int,
.param_count = 1,
.param_count = 2,
},
},
.{