| ... | @@ -30246,7 +30246,7 @@ static Error ir_resolve_lazy_raw(AstNode *source_node, ZigValue *val) { | ... | @@ -30246,7 +30246,7 @@ static Error ir_resolve_lazy_raw(AstNode *source_node, ZigValue *val) { |
| 30246 | return ErrorSemanticAnalyzeFail; | 30246 | return ErrorSemanticAnalyzeFail; |
| 30247 | } else if (elem_type->id == ZigTypeIdOpaque) { | 30247 | } else if (elem_type->id == ZigTypeIdOpaque) { |
| 30248 | ir_add_error(ira, &lazy_ptr_type->elem_type->base, | 30248 | ir_add_error(ira, &lazy_ptr_type->elem_type->base, |
| 30249 | buf_sprintf("C pointers cannot point opaque types")); | 30249 | buf_sprintf("C pointers cannot point to opaque types")); |
| 30250 | return ErrorSemanticAnalyzeFail; | 30250 | return ErrorSemanticAnalyzeFail; |
| 30251 | } else if (lazy_ptr_type->is_allowzero) { | 30251 | } else if (lazy_ptr_type->is_allowzero) { |
| 30252 | ir_add_error(ira, &lazy_ptr_type->elem_type->base, | 30252 | ir_add_error(ira, &lazy_ptr_type->elem_type->base, |