Commit 7f648c297e

Krzysztof Wolicki <der.teufel.mail@gmail.com>
2023-06-27 18:47:50
autodoc: Added u0, i0 to correctly indexed types
1 parent 622c5f3
Changed files (1)
src/Autodoc.zig
@@ -136,6 +136,8 @@ pub fn generateZirData(self: *Autodoc) !void {
                             },
                         };
                     },
+                    .u0_type,
+                    .i0_type,
                     .u1_type,
                     .u8_type,
                     .i8_type,