mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-25 17:03:48 +00:00
Do using Foo :: enum at the type_decl stage
This commit is contained in:
+1
-1
@@ -187,10 +187,10 @@ struct DeclInfo {
|
||||
|
||||
Ast * type_expr;
|
||||
Ast * init_expr;
|
||||
// Array<Ast *> init_expr_list;
|
||||
Array<Ast *> attributes;
|
||||
Ast * proc_lit; // Ast_ProcLit
|
||||
Type * gen_proc_type; // Precalculated
|
||||
bool is_using;
|
||||
|
||||
PtrSet<Entity *> deps;
|
||||
PtrSet<Type *> type_info_deps;
|
||||
|
||||
Reference in New Issue
Block a user