[AST] Remove ExecutionAttribute experimental feature

SE-0461 has been accepted and `@concurrent` and `nonisolated(nonsending)`
can be make generally available now.
This commit is contained in:
Pavel Yaskevich
2025-04-09 00:25:55 -07:00
parent 9da457d129
commit f1b3c7b604
21 changed files with 26 additions and 97 deletions

View File

@@ -1,9 +1,9 @@
// RUN: %target-swift-emit-module-interface(%t.swiftinterface) %s -module-name execution_attr -enable-experimental-feature ExecutionAttribute
// RUN: %target-swift-emit-module-interface(%t.swiftinterface) %s -module-name execution_attr
// RUN: %target-swift-typecheck-module-from-interface(%t.swiftinterface) -module-name execution_attr
// RUN: %FileCheck %s --input-file %t.swiftinterface
// REQUIRES: swift_feature_ExecutionAttribute
// REQUIRES: concurrency
public struct Test {
// CHECK: nonisolated(nonsending) public init() async