From 7f648c297eab89d4cad9537f96e7c237c8a9938b Mon Sep 17 00:00:00 2001 From: Krzysztof Wolicki Date: Tue, 27 Jun 2023 16:47:50 +0000 Subject: [PATCH] autodoc: Added u0, i0 to correctly indexed types --- src/Autodoc.zig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Autodoc.zig b/src/Autodoc.zig index 1b9988c0c3..7195a65288 100644 --- a/src/Autodoc.zig +++ b/src/Autodoc.zig @@ -136,6 +136,8 @@ pub fn generateZirData(self: *Autodoc) !void { }, }; }, + .u0_type, + .i0_type, .u1_type, .u8_type, .i8_type,