File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -427,8 +427,8 @@ internal class _AnyRandomAccessCollectionBox<Element>
427
427
@_versioned
428
428
internal final class _ ${ Kind} Box< S : ${ Kind} > : _Any${ Kind} Box< S. Element>
429
429
where
430
- S . SubSequence : ${ Kind} ,
431
430
% if Kind == 'Sequence':
431
+ S . SubSequence : ${ Kind} ,
432
432
S . SubSequence. Element == S . Element,
433
433
S . SubSequence. SubSequence == S . SubSequence
434
434
% else :
@@ -1040,7 +1040,6 @@ public struct ${Self}<Element>
1040
1040
where
1041
1041
// FIXME(ABI)#101 (Associated Types with where clauses): these constraints should be applied to
1042
1042
// associated types of Collection.
1043
- C . SubSequence : ${ SubProtocol} ,
1044
1043
C . SubSequence. Element == Element,
1045
1044
C . SubSequence. Indices : ${ SubProtocol} ,
1046
1045
C . Indices : ${ SubProtocol}
Original file line number Diff line number Diff line change @@ -218,7 +218,6 @@ public struct Mirror {
218
218
C. Element == Child ,
219
219
// FIXME(ABI)#47 (Associated Types with where clauses): these constraints should be applied to
220
220
// associated types of Collection.
221
- C. SubSequence : Collection ,
222
221
C. SubSequence. Indices : Collection ,
223
222
C. Indices : Collection {
224
223
@@ -270,7 +269,6 @@ public struct Mirror {
270
269
) where
271
270
// FIXME(ABI)#48 (Associated Types with where clauses): these constraints should be applied to
272
271
// associated types of Collection.
273
- C. SubSequence : Collection ,
274
272
C. Indices : Collection {
275
273
276
274
self . subjectType = Subject . self
You can’t perform that action at this time.
0 commit comments