mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[AST/Sema] Hide using declaration behind DefaultIsolationPerFile experimental feature
This commit is contained in:
@@ -643,6 +643,10 @@ static bool usesFeatureAlwaysInheritActorContext(Decl *decl) {
|
||||
return false;
|
||||
}
|
||||
|
||||
static bool usesFeatureDefaultIsolationPerFile(Decl *D) {
|
||||
return isa<UsingDecl>(D);
|
||||
}
|
||||
|
||||
UNINTERESTING_FEATURE(BuiltinSelect)
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user