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