mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-19 04:12:22 -07:00
Remove empty union check on array types; Fix overflowing error printing
This commit is contained in:
@@ -1182,6 +1182,7 @@ void add_type_info_type(Checker *c, Type *t) {
|
||||
} break;
|
||||
|
||||
case Type_Map: {
|
||||
generate_map_struct_type(c->allocator, bt);
|
||||
add_type_info_type(c, bt->Map.key);
|
||||
add_type_info_type(c, bt->Map.value);
|
||||
add_type_info_type(c, bt->Map.generated_struct_type);
|
||||
|
||||
Reference in New Issue
Block a user