Commit ec8f0777f2
Changed files (1)
lib
std
lib/std/meta.zig
@@ -884,6 +884,7 @@ pub fn Tuple(comptime types: []const type) type {
.field_type = T,
.default_value = @as(?T, null),
.is_comptime = false,
+ .alignment = @alignOf(T),
};
}