| ... | ... | @@ -6693,7 +6693,10 @@ static IrInstruction *ir_gen_fn_proto(IrBuilder *irb, Scope *parent_scope, AstNo |
| 6693 | 6693 | return irb->codegen->invalid_instruction; |
| 6694 | 6694 | } |
| 6695 | 6695 | } else { |
| 6696 | | return_type = nullptr; |
| 6696 | add_node_error(irb->codegen, node, |
| 6697 | buf_sprintf("TODO implement inferred return types https://github.com/ziglang/zig/issues/447")); |
| 6698 | return irb->codegen->invalid_instruction; |
| 6699 | //return_type = nullptr; |
| 6697 | 6700 | } |
| 6698 | 6701 | |
| 6699 | 6702 | IrInstruction *async_allocator_type_value = nullptr; |