| ... | @@ -24564,7 +24564,9 @@ static Error ir_make_type_info_value(IrAnalyze *ira, IrInst* source_instr, ZigTy | ... | @@ -24564,7 +24564,9 @@ static Error ir_make_type_info_value(IrAnalyze *ira, IrInst* source_instr, ZigTy |
| 24564 | break; | 24564 | break; |
| 24565 | } | 24565 | } |
| 24566 | case ZigTypeIdFnFrame: | 24566 | case ZigTypeIdFnFrame: |
| 24567 | zig_panic("TODO @typeInfo for async function frames"); | 24567 | ir_add_error(ira, source_instr, |
| | 24568 | buf_sprintf("compiler bug: TODO @typeInfo for async function frames. https://github.com/ziglang/zig/issues/3066")); |
| | 24569 | return ErrorSemanticAnalyzeFail; |
| 24568 | } | 24570 | } |
| 24569 | | 24571 | |
| 24570 | assert(result != nullptr); | 24572 | assert(result != nullptr); |