mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
We "fake" a conformance of UnresolvedType to any protocol. Instead of returning a concrete conformance, return an abstract conformance. The concrete conformance had several problems leading to further crashes: - The DC was set to a module, not a type declaration context, since there is not type declaration context here. - The conformance was marked complete even though it was missing inherited conformances.
54 KiB
54 KiB