Commit d5d067211b

Andrew Kelley <andrew@ziglang.org>
2023-07-19 08:45:47
Autodoc: fix crash on new InternPool addition
1 parent 9262b60
Changed files (1)
src/Autodoc.zig
@@ -281,6 +281,7 @@ pub fn generateZirData(self: *Autodoc) !void {
                     // Poison and special tag
                     .generic_poison_type,
                     .var_args_param_type,
+                    .adhoc_inferred_error_set_type,
                     => .{
                         .Type = .{ .name = try tmpbuf.toOwnedSlice() },
                     },