mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
In this code:
private protocol MyProto: Hashable {}
public struct MyStruct: MyProto {}
Being Hashable is part of MyStruct's public API, even though it's not
written explicitly. If we're not going to require people to write it
explicitly, we need to make sure it gets printed.
rdar://problem/44662501
24 KiB
24 KiB