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.
1 parent 84e93a2 commit b712b50Copy full SHA for b712b50
lib/Sema/CSBindings.cpp
@@ -1845,10 +1845,6 @@ void PotentialBindings::infer(Constraint *constraint) {
1845
break;
1846
1847
case ConstraintKind::Disjunction:
1848
- // If there is additional context available via disjunction
1849
- // associated with closure literal (e.g. coercion to some other
1850
- // type) let's delay resolving the closure until the disjunction
1851
- // is attempted.
1852
DelayedBy.push_back(constraint);
1853
1854
0 commit comments