| ... | @@ -9362,8 +9362,8 @@ fn dumpAllFallible(ip: *const InternPool) anyerror!void { | ... | @@ -9362,8 +9362,8 @@ fn dumpAllFallible(ip: *const InternPool) anyerror!void { |
| 9362 | switch (tag) { | 9362 | switch (tag) { |
| 9363 | .removed => {}, | 9363 | .removed => {}, |
| 9364 | | 9364 | |
| 9365 | .simple_type => try w.print("{s}", .{@tagName(@as(SimpleType, @enumFromInt(data)))}), | 9365 | .simple_type => try w.print("{s}", .{@tagName(@as(SimpleType, @enumFromInt(@intFromEnum(i))))}), |
| 9366 | .simple_value => try w.print("{s}", .{@tagName(@as(SimpleValue, @enumFromInt(data)))}), | 9366 | .simple_value => try w.print("{s}", .{@tagName(@as(SimpleValue, @enumFromInt(@intFromEnum(i))))}), |
| 9367 | | 9367 | |
| 9368 | .type_int_signed, | 9368 | .type_int_signed, |
| 9369 | .type_int_unsigned, | 9369 | .type_int_unsigned, |