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 c347b3e commit 35b3f9bCopy full SHA for 35b3f9b
lib/AST/ASTContext.cpp
@@ -2840,6 +2840,7 @@ void ASTContext::addDelayedMissingWitness(
2840
NormalProtocolConformance *conformance,
2841
ASTContext::MissingWitness missingWitness) {
2842
auto &diagnostics = getImpl().DelayedConformanceDiags[conformance];
2843
+ maybeEmitFallbackConformanceDiagnostic(*this, conformance, diagnostics);
2844
diagnostics.MissingWitnesses.push_back(missingWitness);
2845
}
2846
0 commit comments