| author | |
| committer | |
| log | 01b48e938198a206b95ed06f3a7e530e859c1cbc |
| tree | 7d931f5f08e2db834fec364a01774c89b8cdbcc1 |
| parent | 92458094c8f8294d7bb50d28b09dd2c02b03a25e |
1 files changed, 1 insertions(+), 1 deletions(-)
src/InternPool.zig+1-1| ... | ... | @@ -5315,7 +5315,7 @@ pub fn get(ip: *InternPool, gpa: Allocator, key: Key) Allocator.Error!Index { |
| 5315 | 5315 | |
| 5316 | 5316 | try ip.extra.ensureUnusedCapacity( |
| 5317 | 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 | 5320 | ip.items.appendAssumeCapacity(.{ |
| 5321 | 5321 | .tag = .aggregate, |