mirror of
https://github.com/ziglang/zig.git
synced 2025-12-26 08:03:08 +00:00
stage2: make @alignCast accept 2 parameters
It is not yet time to implement #5909.
This commit is contained in:
parent
4630e3891c
commit
693dbeeef2
@ -129,7 +129,7 @@ pub const list = list: {
|
||||
"@alignCast",
|
||||
.{
|
||||
.tag = .align_cast,
|
||||
.param_count = 1,
|
||||
.param_count = 2,
|
||||
},
|
||||
},
|
||||
.{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user