| author | |
| committer | |
| log | 3a02ba9b82faf2521af22857554690fbacc7fa8e |
| tree | eee726b69116d341fd357e062336a712d88429da |
| parent | 6c064cfd885ed2bc243dc32eb84703dcb60bd68d |
closes #13531 files changed, 1 insertions(+), 1 deletions(-)
src/analyze.cpp+1-1| ... | ... | @@ -3035,7 +3035,7 @@ static bool scope_is_root_decls(Scope *scope) { |
| 3035 | 3035 | |
| 3036 | 3036 | static void wrong_panic_prototype(CodeGen *g, AstNode *proto_node, TypeTableEntry *fn_type) { |
| 3037 | 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 | 3039 | buf_ptr(&fn_type->name))); |
| 3040 | 3040 | } |
| 3041 | 3041 |