| ... | @@ -5315,7 +5315,7 @@ pub fn get(ip: *InternPool, gpa: Allocator, key: Key) Allocator.Error!Index { | ... | @@ -5315,7 +5315,7 @@ pub fn get(ip: *InternPool, gpa: Allocator, key: Key) Allocator.Error!Index { |
| 5315 | | 5315 | |
| 5316 | try ip.extra.ensureUnusedCapacity( | 5316 | try ip.extra.ensureUnusedCapacity( |
| 5317 | gpa, | 5317 | gpa, |
| 5318 | @typeInfo(Tag.Aggregate).Struct.fields.len + @as(usize, @intCast(len_including_sentinel)), | 5318 | @typeInfo(Tag.Aggregate).Struct.fields.len + @as(usize, @intCast(len_including_sentinel + 1)), |
| 5319 | ); | 5319 | ); |
| 5320 | ip.items.appendAssumeCapacity(.{ | 5320 | ip.items.appendAssumeCapacity(.{ |
| 5321 | .tag = .aggregate, | 5321 | .tag = .aggregate, |