specify collection qualifier for collection tabs; do not resolve to anything else

This commit is contained in:
Ryan Fleury
2024-10-18 13:32:29 -07:00
parent e17a089564
commit 1865c33704
3 changed files with 24 additions and 17 deletions
+2
View File
@@ -565,6 +565,7 @@ e_type_kind_from_key(E_TypeKey key)
internal E_Type *
e_type_from_key(Arena *arena, E_TypeKey key)
{
ProfBeginFunction();
E_Type *type = &e_type_nil;
U64 reg_byte_count = 0;
{
@@ -1115,6 +1116,7 @@ e_type_from_key(Arena *arena, E_TypeKey key)
}break;
}
}
ProfEnd();
return type;
}