mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
resolveWitnessViaLookup() was only called from one place and didn't need to force anything at all, and resolveSingleWitness() now only forces the type witnesses actually referenced by the requirement. An old crasher test case that was considered "fixed" when we started to diagnose it now type checks correctly.