Skip to content

Commit bebc332

Browse files
authored
Merge pull request swiftlang#80027 from gottesmm/pr-399bea747c0edb6e0573681fe1da6f0e7b86ff78
[concurrency] Make extension have the same availability as its only containing declaration.
2 parents d280b14 + 70bb344 commit bebc332

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/Concurrency/Task.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1545,6 +1545,7 @@ func _taskIsCurrentExecutor(_ executor: Builtin.Executor) -> Bool
15451545
internal func _taskIsCurrentExecutor(
15461546
executor: Builtin.Executor, flags: UInt64) -> Bool
15471547

1548+
@available(SwiftStdlib 6.2, *)
15481549
extension GlobalActor {
15491550
@available(SwiftStdlib 6.2, *)
15501551
@_silgen_name("_swift_task_isCurrentGlobalActor")

0 commit comments

Comments
 (0)