diff options
Diffstat (limited to 'src/InternPool.zig')
| -rw-r--r-- | src/InternPool.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/InternPool.zig b/src/InternPool.zig index 6f7bb17b14..f1b7cbd7a5 100644 --- a/src/InternPool.zig +++ b/src/InternPool.zig @@ -7955,6 +7955,7 @@ fn finishFuncInstance( const fn_owner_decl = ip.declPtr(ip.funcDeclOwner(generic_owner)); const decl_index = try ip.createDecl(gpa, tid, .{ .name = undefined, + .fqn = undefined, .src_namespace = fn_owner_decl.src_namespace, .has_tv = true, .owns_tv = true, |
