This commit is contained in:
gingerBill
2023-09-26 15:15:31 +01:00
parent 4c22982732
commit fc93ea7aa3

View File

@@ -1999,6 +1999,9 @@ gb_internal void add_type_info_type_internal(CheckerContext *c, Type *t) {
break;
case Type_Generic:
break;
default:
GB_PANIC("Unhandled type: %*.s %d", LIT(type_strings[bt->kind]), bt->kind);
break;