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 6c2e4ec commit cdc2145Copy full SHA for cdc2145
lib/Sema/ConstraintGraph.cpp
@@ -1282,7 +1282,7 @@ bool ConstraintGraph::contractEdges() {
1282
continue;
1283
1284
// This closure is not currently in scope.
1285
- if (!CS.TypeVariables.count(paramTy))
+ if (!CS.isActiveTypeVariable(paramTy))
1286
break;
1287
1288
// Nothing to contract here since outside parameter
0 commit comments