| author | |
| committer | |
| log | 362c87f1aab1db7f0019130115f7cadfef782a56 |
| tree | 0e17c23d8a11a23c7e8f1e3a711dc3f4da05b1e3 |
| parent | ec8f0777f23e4585b927c8d95994947b2b263051 |
| signature | Commit is signed but in an unrecognized format. |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/meta.zig+1| ... | @@ -854,6 +854,7 @@ pub fn ArgsTuple(comptime Function: type) type { | ... | @@ -854,6 +854,7 @@ pub fn ArgsTuple(comptime Function: type) type { |
| 854 | .field_type = arg.arg_type.?, | 854 | .field_type = arg.arg_type.?, |
| 855 | .default_value = @as(?(arg.arg_type.?), null), | 855 | .default_value = @as(?(arg.arg_type.?), null), |
| 856 | .is_comptime = false, | 856 | .is_comptime = false, |
| 857 | .alignment = @alignOf(arg.arg_type.?), | ||
| 857 | }; | 858 | }; |
| 858 | } | 859 | } |
| 859 | 860 |