| ... | @@ -6393,6 +6393,8 @@ static Error resolve_async_frame(CodeGen *g, ZigType *frame_type) { | ... | @@ -6393,6 +6393,8 @@ static Error resolve_async_frame(CodeGen *g, ZigType *frame_type) { |
| 6393 | } | 6393 | } |
| 6394 | instruction->field_index = fields.length; | 6394 | instruction->field_index = fields.length; |
| 6395 | | 6395 | |
| | 6396 | src_assert(child_type->id != ZigTypeIdPointer || child_type->data.pointer.inferred_struct_field == nullptr, |
| | 6397 | instruction->base.source_node); |
| 6396 | fields.append({name, child_type, instruction->align}); | 6398 | fields.append({name, child_type, instruction->align}); |
| 6397 | } | 6399 | } |
| 6398 | | 6400 | |