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 4b711b6 commit 75c8a16Copy full SHA for 75c8a16
lib/AST/SubstitutionMap.cpp
@@ -381,7 +381,7 @@ SubstitutionMap SubstitutionMap::subst(InFlightSubstitution &IFS) const {
381
ProtocolConformanceRef(conformance.getConcrete()->subst(IFS)));
382
} else {
383
auto origType = req.getFirstType();
384
- auto substType = origType.subst(*this, IFS.getOptions());
+ auto substType = origType.subst(*this);
385
386
newConformances.push_back(conformance.subst(substType, IFS));
387
}
0 commit comments