File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -385,6 +385,8 @@ public protocol CustomLeafReflectable : CustomReflectable {}
385
385
///
386
386
/// Do not declare new conformances to this protocol; they will not
387
387
/// work as expected.
388
+ // FIXME(ABI): this protocol should be “non-open” and you shouldn't be able to
389
+ // create conformances.
388
390
public protocol MirrorPath { }
389
391
extension IntMax : MirrorPath { }
390
392
extension Int : MirrorPath { }
Original file line number Diff line number Diff line change 24
24
/// Conforming types are notionally continuous, one-dimensional
25
25
/// values that can be offset and measured.
26
26
public protocol ${Self} : ${Conformance} {
27
- // FIXME(ABI)(compiler limitation): We'd like to name this type "Distance"
28
- // but for <rdar://problem/17619038>
29
27
/// A type that can represent the distance between two values of `Self`.
30
28
associatedtype Stride : SignedNumber
31
29
You can’t perform that action at this time.
0 commit comments