Skip to content

Commit

Permalink
Sema: queue type resolution for result of @fieldParentPtr
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Dec 6, 2022
1 parent ba8d5fc commit 7ef745d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Sema.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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 = .{
Expand Down

0 comments on commit 7ef745d

Please sign in to comment.