[Frontend] NFC: Rename NonIsolatedAsyncInheritsIsolationFromContext feature

New name is `AsyncCallerExecution` as stated by the proposal.
This commit is contained in:
Pavel Yaskevich
2025-02-19 17:19:15 -08:00
parent 71f994d26a
commit e2ff3308be
14 changed files with 30 additions and 38 deletions

View File

@@ -1,13 +1,13 @@
// RUN: %target-swift-emit-module-interface(%t.swiftinterface) %s -module-name attrs \
// RUN: -enable-experimental-feature ABIAttribute \
// RUN: -enable-experimental-feature NonIsolatedAsyncInheritsIsolationFromContext
// RUN: -enable-experimental-feature AsyncCallerExecution
// RUN: %target-swift-typecheck-module-from-interface(%t.swiftinterface) -module-name attrs
// RUN: %FileCheck %s --input-file %t.swiftinterface
// REQUIRES: swift_feature_ABIAttribute
// REQUIRES: swift_feature_NonIsolatedAsyncInheritsIsolationFromContext
// REQUIRES: swift_feature_AsyncCallerExecution
// CHECK: @_transparent public func glass() -> Swift.Int { return 0 }{{$}}
@_transparent public func glass() -> Int { return 0 }