Merge pull request #123 from igaryhe/fix-container-layout

make ContainerLayout field lowercase
This commit is contained in:
Robin Voetter
2024-03-14 06:07:27 +01:00
committed by GitHub

View File

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