Merge pull request #57 from ashpil/zig-stage1-compat

Update stage1 branch
This commit is contained in:
Robin Voetter
2022-10-06 20:25:24 +02:00
committed by GitHub
4 changed files with 6 additions and 14 deletions

View File

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