mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-25 08:41:47 +00:00
Add underlying type for bit_set
This commit is contained in:
@@ -1044,7 +1044,7 @@ void add_type_info_type(CheckerContext *c, Type *t) {
|
||||
break;
|
||||
|
||||
case Type_BitSet:
|
||||
add_type_info_type(c, bt->BitSet.base);
|
||||
add_type_info_type(c, bt->BitSet.elem);
|
||||
break;
|
||||
|
||||
case Type_Union:
|
||||
|
||||
Reference in New Issue
Block a user