mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #75090 from tshortli/no-more-ncg-condfails
AST: Remove `NoncopyableGenerics` feature suppression
This commit is contained in:
@@ -1270,10 +1270,7 @@ internal struct _ClosureBasedSequence<Iterator: IteratorProtocol> {
|
||||
extension _ClosureBasedSequence: Sendable {}
|
||||
|
||||
extension _ClosureBasedSequence: Sequence {
|
||||
|
||||
#if $NoncopyableGenerics
|
||||
public typealias Element = Iterator.Element
|
||||
#endif
|
||||
|
||||
@inlinable
|
||||
internal func makeIterator() -> Iterator {
|
||||
|
||||
Reference in New Issue
Block a user