| ... | @@ -12308,7 +12308,7 @@ static TypeTableEntry *ir_analyze_instruction_field_ptr(IrAnalyze *ira, IrInstru | ... | @@ -12308,7 +12308,7 @@ static TypeTableEntry *ir_analyze_instruction_field_ptr(IrAnalyze *ira, IrInstru |
| 12308 | if (!resolve_inferred_error_set(ira, child_type, field_ptr_instruction->base.source_node)) { | 12308 | if (!resolve_inferred_error_set(ira, child_type, field_ptr_instruction->base.source_node)) { |
| 12309 | return ira->codegen->builtin_types.entry_invalid; | 12309 | return ira->codegen->builtin_types.entry_invalid; |
| 12310 | } | 12310 | } |
| 12311 | ErrorTableEntry *err_entry = find_err_table_entry(child_type, field_name); | 12311 | err_entry = find_err_table_entry(child_type, field_name); |
| 12312 | if (err_entry == nullptr) { | 12312 | if (err_entry == nullptr) { |
| 12313 | ir_add_error(ira, &field_ptr_instruction->base, | 12313 | ir_add_error(ira, &field_ptr_instruction->base, |
| 12314 | buf_sprintf("no error named '%s' in '%s'", buf_ptr(field_name), buf_ptr(&child_type->name))); | 12314 | buf_sprintf("no error named '%s' in '%s'", buf_ptr(field_name), buf_ptr(&child_type->name))); |