Merge pull request #75090 from tshortli/no-more-ncg-condfails

AST: Remove `NoncopyableGenerics` feature suppression
This commit is contained in:
Allan Shortlidge
2024-07-08 23:03:40 -07:00
committed by GitHub
14 changed files with 55 additions and 406 deletions

View File

@@ -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 {