mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-05 04:27:51 +00:00
Fix #2820
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user