@@ -2,7 +2,7 @@
_Noreturn
void base_panicf(char *file, int line, const char *fmt, ...) {
fprintf(stderr, "%s:%d", file, line);
fprintf(stderr, "%s:%d: ", file, line);
va_list args;
va_start(args, fmt);
vfprintf(stderr, fmt, args);
The note is not visible to the blocked user.