mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 11:50:07 +00:00
Fix #561 where statements that eval to false do not show incorrect usage location
This commit is contained in:
@@ -137,6 +137,7 @@ struct DeclInfo {
|
||||
Ast * proc_lit; // Ast_ProcLit
|
||||
Type * gen_proc_type; // Precalculated
|
||||
bool is_using;
|
||||
bool where_clauses_evaluated;
|
||||
|
||||
PtrSet<Entity *> deps;
|
||||
PtrSet<Type *> type_info_deps;
|
||||
|
||||
Reference in New Issue
Block a user