Skip to content

Commit b1ceb9b

Browse files
authored
Update MutexUnavailable.swift (swiftlang#74182)
Fixes the availability syntax for minimal platforms. Resolves: rdar://129345303
1 parent 10a1dcc commit b1ceb9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Synchronization/Mutex/MutexUnavailable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
/// }
3232
/// }
3333
///
34-
@available(unavailable, *, message: "Mutex is not available on this platform")
34+
@available(*, unavailable, message: "Mutex is not available on this platform")
3535
@frozen
3636
@_staticExclusiveOnly
3737
public struct Mutex<Value: ~Copyable>: ~Copyable {}

0 commit comments

Comments
 (0)