| author | |
| committer | |
| log | 693dbeeef2a35737cec893b50a4fed11b248dd6a |
| tree | c9d15def370ba100d24da88cc71eb7fa4a3ff846 |
| parent | 4630e3891c7c833d8a8f42e3755099b478dce3f3 |
It is not yet time to implement #5909.1 files changed, 1 insertions(+), 1 deletions(-)
src/BuiltinFn.zig+1-1| ... | @@ -129,7 +129,7 @@ pub const list = list: { | ... | @@ -129,7 +129,7 @@ pub const list = list: { |
| 129 | "@alignCast", | 129 | "@alignCast", |
| 130 | .{ | 130 | .{ |
| 131 | .tag = .align_cast, | 131 | .tag = .align_cast, |
| 132 | .param_count = 1, | 132 | .param_count = 2, |
| 133 | }, | 133 | }, |
| 134 | }, | 134 | }, |
| 135 | .{ | 135 | .{ |