mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-24 23:35:19 +00:00
Do using Foo :: enum at the type_decl stage
This commit is contained in:
@@ -88,7 +88,6 @@ Type_Info_Enum :: struct {
|
||||
base: ^Type_Info,
|
||||
names: []string,
|
||||
values: []Type_Info_Enum_Value,
|
||||
is_using: bool, // TODO(bill): Should this be in the `Type_Info`?
|
||||
};
|
||||
Type_Info_Map :: struct {
|
||||
key: ^Type_Info,
|
||||
|
||||
Reference in New Issue
Block a user