Skip to content

Commit

Permalink
Fix #2820
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerBill committed Sep 26, 2023
1 parent 4c22982 commit fc93ea7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/checker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fc93ea7

Please sign in to comment.