authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-11-30 19:35:18-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-12-06 12:15:04-07:00
log7ef745db59181654f90e2ad5b84c3cedf055635c
tree03d6b7560615c9c1080dcf4ba9974b8e8a579c96
parentba8d5fc7f8c1fc574f94490d2b051abbc0f08b60

Sema: queue type resolution for result of `@fieldParentPtr`


1 files changed, 1 insertions(+), 0 deletions(-)

src/Sema.zig+1
...@@ -20951,6 +20951,7 @@ fn zirFieldParentPtr(sema: *Sema, block: *Block, inst: Zir.Inst.Index) CompileEr...@@ -20951,6 +20951,7 @@ fn zirFieldParentPtr(sema: *Sema, block: *Block, inst: Zir.Inst.Index) CompileEr
20951 }20951 }
2095220952
20953 try sema.requireRuntimeBlock(block, src, ptr_src);20953 try sema.requireRuntimeBlock(block, src, ptr_src);
20954 try sema.queueFullTypeResolution(result_ptr);
20954 return block.addInst(.{20955 return block.addInst(.{
20955 .tag = .field_parent_ptr,20956 .tag = .field_parent_ptr,
20956 .data = .{ .ty_pl = .{20957 .data = .{ .ty_pl = .{