mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
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.