chore: port to latest Zig

This commit is contained in:
LordMZTE 2024-03-18 18:52:16 +01:00
parent 9f6c8648e9
commit 1f85e49e21
Signed by untrusted user: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -149,7 +149,7 @@ fn Union(comptime impls: []const type) type {
}
return @Type(.{ .Union = .{
.layout = .Auto,
.layout = .auto,
.tag_type = Enum,
.fields = union_fields,
.decls = &.{},