Skip to content

Commit c4ee329

Browse files
committed
[CSSimplify] NFC: Adjust to API change - isHole -> isPlaceholder
1 parent cf5e1ff commit c4ee329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/CSSimplify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4557,7 +4557,7 @@ bool ConstraintSystem::repairFailures(
45574557

45584558
case ConstraintLocator::UnresolvedMemberChainResult: {
45594559
// Ignore this mismatch if result is already a hole.
4560-
if (rhs->isHole())
4560+
if (rhs->isPlaceholder())
45614561
return true;
45624562

45634563
if (repairViaOptionalUnwrap(*this, lhs, rhs, matchKind, conversionsOrFixes,

0 commit comments

Comments
 (0)