mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Since labels are considered part of the name, mismatches in labeling should be invalidate overload choices. Let's prefer an overload with correct labels but incorrect types over the one with incorrect labels. This also means that it's possible to restore performance optimizations related to early filtering in diagnostic mode, which is important for deeply nested code i.e. SwiftUI views.
437 KiB
437 KiB