We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94f3b22 + c49738e commit 1da24ecCopy full SHA for 1da24ec
stdlib/public/core/Misc.swift
@@ -182,6 +182,4 @@ func _rethrowsViaClosure(_ fn: () throws -> ()) rethrows {
182
@_marker public protocol Escapable {}
183
#endif
184
185
-#if $BitwiseCopyable
186
@_marker public protocol _BitwiseCopyable {}
187
-#endif
stdlib/public/core/Optional.swift
@@ -783,6 +783,4 @@ extension Optional: _ObjectiveCBridgeable {
783
784
extension Optional: Sendable where Wrapped: Sendable { }
785
786
787
extension Optional: _BitwiseCopyable where Wrapped: _BitwiseCopyable { }
788
0 commit comments