mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Replaces `InvolvesTypeVariables` flag with a set of adjacent type variables found during binding inference. This approach is more suitable for incremental binding computation because it allows to maintain a list of type variables that affect ranking and check whether something has been resolved without having to re-evaluate constraints associated with the given type variable.
79 KiB
79 KiB