| author | |
| committer | |
| log | 7ef745db59181654f90e2ad5b84c3cedf055635c |
| tree | 03d6b7560615c9c1080dcf4ba9974b8e8a579c96 |
| parent | ba8d5fc7f8c1fc574f94490d2b051abbc0f08b60 |
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 | 20951 | } |
| 20952 | 20952 | |
| 20953 | 20953 | try sema.requireRuntimeBlock(block, src, ptr_src); |
| 20954 | try sema.queueFullTypeResolution(result_ptr); | |
| 20954 | 20955 | return block.addInst(.{ |
| 20955 | 20956 | .tag = .field_parent_ptr, |
| 20956 | 20957 | .data = .{ .ty_pl = .{ |