| author | |
| committer | |
| log | d5d067211b55a9afbbe3ac52daa0f09d37e5f335 |
| tree | 8a84783f2dd008e3e0aef59cbe6b9ad0e36c0831 |
| parent | 9262b6076f38eb614fb45c1f69f125665f0fa8d9 |
1 files changed, 1 insertions(+), 0 deletions(-)
src/Autodoc.zig+1| ... | @@ -281,6 +281,7 @@ pub fn generateZirData(self: *Autodoc) !void { | ... | @@ -281,6 +281,7 @@ pub fn generateZirData(self: *Autodoc) !void { |
| 281 | // Poison and special tag | 281 | // Poison and special tag |
| 282 | .generic_poison_type, | 282 | .generic_poison_type, |
| 283 | .var_args_param_type, | 283 | .var_args_param_type, |
| 284 | .adhoc_inferred_error_set_type, | ||
| 284 | => .{ | 285 | => .{ |
| 285 | .Type = .{ .name = try tmpbuf.toOwnedSlice() }, | 286 | .Type = .{ .name = try tmpbuf.toOwnedSlice() }, |
| 286 | }, | 287 | }, |