Autodoc: fix crash on new InternPool addition
This commit is contained in:
@@ -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() },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user