Commit 7ef745db59

Andrew Kelley <andrew@ziglang.org>
2022-12-01 03:35:18
Sema: queue type resolution for result of `@fieldParentPtr`
1 parent ba8d5fc
Changed files (1)
src/Sema.zig
@@ -20951,6 +20951,7 @@ fn zirFieldParentPtr(sema: *Sema, block: *Block, inst: Zir.Inst.Index) CompileEr
     }
 
     try sema.requireRuntimeBlock(block, src, ptr_src);
+    try sema.queueFullTypeResolution(result_ptr);
     return block.addInst(.{
         .tag = .field_parent_ptr,
         .data = .{ .ty_pl = .{