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:
@@ -1273,9 +1273,7 @@ public struct IteratorSequence<Base: IteratorProtocol> {
|
||||
|
||||
extension IteratorSequence: IteratorProtocol, Sequence {
|
||||
|
||||
#if $NoncopyableGenerics
|
||||
public typealias Element = Base.Element
|
||||
#endif
|
||||
public typealias Element = Base.Element
|
||||
|
||||
/// Advances to the next element and returns it, or `nil` if no next element
|
||||
/// exists.
|
||||
|
||||
Reference in New Issue
Block a user