Sema: queue type resolution for result of @fieldParentPtr

This commit is contained in:
Andrew Kelley 2022-11-30 19:35:18 -07:00
parent ba8d5fc7f8
commit 7ef745db59

View file

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