| ... | ... | @@ -17874,8 +17874,8 @@ static TypeTableEntry *ir_analyze_instruction_arg_type(IrAnalyze *ira, IrInstruc |
| 17874 | 17874 | assert(fn_type->data.fn.is_generic); |
| 17875 | 17875 | |
| 17876 | 17876 | ir_add_error(ira, arg_index_inst, |
| 17877 | | buf_sprintf("@ArgType could not resolve the type of arg %" ZIG_PRI_usize " because '%s' is generic", |
| 17878 | | arg_index, buf_ptr(&fn_type->name))); |
| 17877 | buf_sprintf("@ArgType could not resolve the type of arg %" ZIG_PRI_u64 " because '%s' is generic", |
| 17878 | arg_index, buf_ptr(&fn_type->name))); |
| 17879 | 17879 | return ira->codegen->builtin_types.entry_invalid; |
| 17880 | 17880 | } |
| 17881 | 17881 | |