mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-21 20:10:35 +00:00
Fix using determination order
This commit is contained in:
@@ -77,7 +77,6 @@ struct BasicType {
|
||||
|
||||
struct TypeStruct {
|
||||
Array<Entity *> fields;
|
||||
Array<Entity *> fields_in_src_order;
|
||||
AstNode *node;
|
||||
Scope * scope;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user