mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
implicit conversions if the type does not conform and the current score is equal to the best score. Implicit conversions will always increase the score, so if the current score is equal to the best score and an implicit conversion is needed to satisfy a conformance requirement, the solver would end up pruning that path later on anyway. It's better to fail early.
468 KiB
468 KiB