From d5d067211b55a9afbbe3ac52daa0f09d37e5f335 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 18 Jul 2023 23:45:47 -0700 Subject: [PATCH] Autodoc: fix crash on new InternPool addition --- src/Autodoc.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Autodoc.zig b/src/Autodoc.zig index 3c6d8f8f60..7dbe506cdd 100644 --- a/src/Autodoc.zig +++ b/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() }, },