stage2: make @alignCast accept 2 parameters

It is not yet time to implement #5909.
This commit is contained in:
Andrew Kelley 2021-04-19 18:46:45 -07:00
parent 4630e3891c
commit 693dbeeef2

View File

@ -129,7 +129,7 @@ pub const list = list: {
"@alignCast",
.{
.tag = .align_cast,
.param_count = 1,
.param_count = 2,
},
},
.{