authorgravatar for der.teufel.mail@gmail.comKrzysztof Wolicki <der.teufel.mail@gmail.com> 2023-06-27 16:47:50+00:00
committergravatar for kappaloris@gmail.comLoris Cro <kappaloris@gmail.com> 2023-06-27 19:07:39+02:00
log7f648c297eab89d4cad9537f96e7c237c8a9938b
treea96692e0d8dcf9e07cf5a2d22b73410ae41f0e40
parent622c5f3200f66e9db74d696b5dbec308f61d506e

autodoc: Added u0, i0 to correctly indexed types


1 files changed, 2 insertions(+), 0 deletions(-)

src/Autodoc.zig+2
...@@ -136,6 +136,8 @@ pub fn generateZirData(self: *Autodoc) !void {...@@ -136,6 +136,8 @@ pub fn generateZirData(self: *Autodoc) !void {
136 },136 },
137 };137 };
138 },138 },
139 .u0_type,
140 .i0_type,
139 .u1_type,141 .u1_type,
140 .u8_type,142 .u8_type,
141 .i8_type,143 .i8_type,