| ... | ... | @@ -188,8 +188,8 @@ pub fn generateZirData(self: *Autodoc) !void { |
| 188 | 188 | .anyerror_type => .{ |
| 189 | 189 | .ErrorSet = .{ .name = try tmpbuf.toOwnedSlice() }, |
| 190 | 190 | }, |
| 191 | | // should be an Enum but if we don't analyze std we don't get the ast node |
| 192 | | // since it's defined in std.builtin |
| 191 | // should be different types but if we don't analyze std we don't get the ast nodes etc. |
| 192 | // since they're defined in std.builtin |
| 193 | 193 | .calling_convention_type, |
| 194 | 194 | .atomic_order_type, |
| 195 | 195 | .atomic_rmw_op_type, |