We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af26294 + b712b50 commit ebc4e8dCopy full SHA for ebc4e8d
lib/Sema/CSBindings.cpp
@@ -1855,10 +1855,6 @@ void PotentialBindings::infer(Constraint *constraint) {
1855
break;
1856
1857
case ConstraintKind::Disjunction:
1858
- // If there is additional context available via disjunction
1859
- // associated with closure literal (e.g. coercion to some other
1860
- // type) let's delay resolving the closure until the disjunction
1861
- // is attempted.
1862
DelayedBy.push_back(constraint);
1863
1864
0 commit comments