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 eca9ccc commit b987e72Copy full SHA for b987e72
lib/SILGen/SILGenLazyConformance.cpp
@@ -27,6 +27,7 @@ void SILGenModule::useConformance(ProtocolConformanceRef conformanceRef) {
27
// If the conformance is invalid, crash deterministically even in noassert
28
// builds.
29
if (conformanceRef.isInvalid()) {
30
+ conformanceRef.dump(llvm::errs());
31
llvm::report_fatal_error("Invalid conformance in type-checked AST");
32
}
33
0 commit comments