Skip to content

Commit 6fa34bd

Browse files
amartini51kavonslavapestov
committed
Add a missing implicit Copyable constraint
Co-authored-by: Kavon Farvardin <[email protected]> Co-authored-by: Slava Pestov <[email protected]>
1 parent 587c79b commit 6fa34bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/core/Misc.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ func _rethrowsViaClosure(_ fn: () throws -> ()) rethrows {
185185
/// * Protocol declarations
186186
/// * Associated type declarations
187187
/// * The `Self` type in a protocol extension
188+
/// * In an extension, the generic parameters of the type being extended
188189
///
189190
/// A class or actor can contain noncopyable stored properties,
190191
/// while still being copyable itself ---

0 commit comments

Comments
 (0)