mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 21:10:30 +00:00
Delay checking foreign import paths until after global scope is checked
This commit is contained in:
@@ -266,6 +266,7 @@ struct Entity {
|
||||
Scope *scope;
|
||||
} ImportName;
|
||||
struct {
|
||||
Ast *decl;
|
||||
Slice<String> paths;
|
||||
String name;
|
||||
i64 priority_index;
|
||||
|
||||
Reference in New Issue
Block a user