authorgravatar for me@tadeo.caTadeo Kondrak <me@tadeo.ca> 2020-09-29 13:50:43-06:00
committergravatar for me@tadeo.caTadeo Kondrak <me@tadeo.ca> 2020-10-01 15:06:24-06:00
log362c87f1aab1db7f0019130115f7cadfef782a56
tree0e17c23d8a11a23c7e8f1e3a711dc3f4da05b1e3
parentec8f0777f23e4585b927c8d95994947b2b263051
signaturelock-open Commit is signed but in an unrecognized format.

Update std.meta.ArgsTuple for alignment in StructField/UnionField


1 files changed, 1 insertions(+), 0 deletions(-)

lib/std/meta.zig+1
......@@ -854,6 +854,7 @@ pub fn ArgsTuple(comptime Function: type) type {
854854 .field_type = arg.arg_type.?,
855855 .default_value = @as(?(arg.arg_type.?), null),
856856 .is_comptime = false,
857 .alignment = @alignOf(arg.arg_type.?),
857858 };
858859 }
859860