checker: delay foreign block checking

if file scope, otherwise as before
This commit is contained in:
avanspector
2024-08-26 20:59:16 +02:00
parent c21bbae427
commit 43ec2b9253
3 changed files with 22 additions and 9 deletions

View File

@@ -82,6 +82,7 @@ enum AstFileFlag : u32 {
enum AstDelayQueueKind {
AstDelayQueue_Import,
AstDelayQueue_Expr,
AstDelayQueue_ForeignBlock,
AstDelayQueue_COUNT,
};