mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge branch 'master' into force-downcast-fix-explicit-coercion
This commit is contained in:
@@ -902,7 +902,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
auto *locator = CS.getConstraintLocator(anchor);
|
||||
auto *locator = CS.getConstraintLocator(Locator);
|
||||
auto *fix = RelabelArguments::create(CS, newLabels, locator);
|
||||
CS.recordFix(fix);
|
||||
// Re-labeling fixes with extraneous labels should take
|
||||
|
||||
Reference in New Issue
Block a user