| ... | ... | @@ -4191,8 +4191,7 @@ bool handle_is_ptr(TypeTableEntry *type_entry) { |
| 4191 | 4191 | return type_has_bits(type_entry->data.error_union.payload_type); |
| 4192 | 4192 | case TypeTableEntryIdMaybe: |
| 4193 | 4193 | return type_has_bits(type_entry->data.maybe.child_type) && |
| 4194 | | type_entry->data.maybe.child_type->id != TypeTableEntryIdPointer && |
| 4195 | | type_entry->data.maybe.child_type->id != TypeTableEntryIdFn; |
| 4194 | !type_is_codegen_pointer(type_entry->data.maybe.child_type); |
| 4196 | 4195 | case TypeTableEntryIdUnion: |
| 4197 | 4196 | assert(type_entry->data.unionation.complete); |
| 4198 | 4197 | if (type_entry->data.unionation.gen_field_count == 0) |