mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user