mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #64036 from xedin/rdar-106054263
[CSSimplify] Detect and diagnose generic argument mismatches individually
This commit is contained in:
@@ -5393,6 +5393,7 @@ void constraints::simplifyLocator(ASTNode &anchor,
|
||||
continue;
|
||||
|
||||
case ConstraintLocator::TupleType:
|
||||
case ConstraintLocator::GenericType:
|
||||
path = path.slice(1);
|
||||
continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user