| author | |
| committer | |
| log | 4f9739189ea733d885c183c80215cf5237a86c83 |
| tree | d569e8b27f0c439204e7a91879a02e3320f7aeb1 |
| parent | c774c9376a20c2fde7db4fed94bdea5ae94e1494 |
| signature |
1 files changed, 2 insertions(+), 0 deletions(-)
src/analyze.cpp+2| ... | ... | @@ -6393,6 +6393,8 @@ static Error resolve_async_frame(CodeGen *g, ZigType *frame_type) { |
| 6393 | 6393 | } |
| 6394 | 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 | 6398 | fields.append({name, child_type, instruction->align}); |
| 6397 | 6399 | } |
| 6398 | 6400 |