mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
e7c7239587
This helps avoid producing more downstream errors. This changes `GenericSignature::forInvalid` to produce the same signature as e.g `<T where T == Undefined>`. This subsumes the need to introduce conformance requirements for invertible protocols.