make ContainerLayout field lowercase

sync changes with zig master branch
099f3c4039d5702b073639ef8b55881973b71c80.
This commit is contained in:
dan
2024-03-13 23:25:32 +08:00
parent 7f161ce0ed
commit b7ef4e7a76

View File

@@ -1214,7 +1214,7 @@ fn Renderer(comptime WriterType: type) type {
\\ }}
\\ break :blk @Type(.{{
\\ .Struct = .{{
\\ .layout = .Auto,
\\ .layout = .auto,
\\ .fields = &fields,
\\ .decls = &[_]std.builtin.Type.Declaration{{}},
\\ .is_tuple = false,