| ... | ... | @@ -2378,6 +2378,7 @@ fn createAnonymousDecl( |
| 2378 | 2378 | const name_index = self.getNextAnonNameIndex(); |
| 2379 | 2379 | const scope_decl = scope.decl().?; |
| 2380 | 2380 | const name = try std.fmt.allocPrint(self.allocator, "{}${}", .{ scope_decl.name, name_index }); |
| 2381 | defer self.allocator.free(name); |
| 2381 | 2382 | const name_hash = scope.namespace().fullyQualifiedNameHash(name); |
| 2382 | 2383 | const src_hash: std.zig.SrcHash = undefined; |
| 2383 | 2384 | const new_decl = try self.createNewDecl(scope, name, scope_decl.src_index, name_hash, src_hash); |