mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +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.