mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-30 18:02:02 +00:00
Do using Foo :: enum at the type_decl stage
This commit is contained in:
@@ -135,7 +135,6 @@ struct TypeStruct {
|
||||
Scope * scope; \
|
||||
Entity * names; \
|
||||
Type * base_type; \
|
||||
bool is_using; \
|
||||
}) \
|
||||
TYPE_KIND(Union, struct { \
|
||||
Array<Type *> variants; \
|
||||
|
||||
Reference in New Issue
Block a user