Autodoc: fix crash on new InternPool addition

This commit is contained in:
Andrew Kelley
2023-07-18 23:45:47 -07:00
parent 9262b6076f
commit d5d067211b

View File

@@ -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() },
},