mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
If some of the requirements of a generic overload reference other generic parameters, the optimizer won't be able to satisfy them because it only has candidates for one (current) parameter. In cases like that, let's fallback to a light-weight protocol conformance check instead of skipping an overload choice altogether.
39 KiB
39 KiB