We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352386b commit a2a3e1dCopy full SHA for a2a3e1d
stdlib/public/core/RangeReplaceableCollection.swift.gyb
@@ -244,7 +244,7 @@ public protocol _RangeReplaceableIndexable : _Indexable {
244
public protocol RangeReplaceableCollection
245
: _RangeReplaceableIndexable, Collection
246
{
247
- // FIXME(ABI): should require `RangeReplaceableCollection`.
+ // FIXME(ABI)#165 (Recursive Protocol Constraints): should require `RangeReplaceableCollection`.
248
associatedtype SubSequence : _RangeReplaceableIndexable /*: RangeReplaceableCollection*/
249
= RangeReplaceableSlice<Self>
250
0 commit comments