| ... | @@ -3035,7 +3035,7 @@ static bool scope_is_root_decls(Scope *scope) { | ... | @@ -3035,7 +3035,7 @@ static bool scope_is_root_decls(Scope *scope) { |
| 3035 | | 3035 | |
| 3036 | static void wrong_panic_prototype(CodeGen *g, AstNode *proto_node, TypeTableEntry *fn_type) { | 3036 | static void wrong_panic_prototype(CodeGen *g, AstNode *proto_node, TypeTableEntry *fn_type) { |
| 3037 | add_node_error(g, proto_node, | 3037 | add_node_error(g, proto_node, |
| 3038 | buf_sprintf("expected 'fn([]const u8, ?&builtin.StackTrace) unreachable', found '%s'", | 3038 | buf_sprintf("expected 'fn([]const u8, ?*builtin.StackTrace) noreturn', found '%s'", |
| 3039 | buf_ptr(&fn_type->name))); | 3039 | buf_ptr(&fn_type->name))); |
| 3040 | } | 3040 | } |
| 3041 | | 3041 | |