mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The error recovery logic around derived conformances is a little bit tricky. Make sure we don't crash if a type explicitly provides a RawValue type witness that is not equatable, but omits the witnesses for init(rawValue:) and the rawValue property. Fixes <rdar://problem/58127114>.
14 KiB
14 KiB