mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
@intCast takes two args
This commit is contained in:
parent
0f7b036eb7
commit
dfeca48e35
@ -477,7 +477,7 @@ pub const list = list: {
|
||||
"@intCast",
|
||||
.{
|
||||
.tag = .int_cast,
|
||||
.param_count = 1,
|
||||
.param_count = 2,
|
||||
},
|
||||
},
|
||||
.{
|
||||
|
Loading…
Reference in New Issue
Block a user