mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
Sema: queue type resolution for result of @fieldParentPtr
This commit is contained in:
parent
ba8d5fc7f8
commit
7ef745db59
1 changed files with 1 additions and 0 deletions
|
|
@ -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 = .{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue