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 517fb45 commit 0d09424Copy full SHA for 0d09424
lib/AST/RequirementMachine/ConcreteContraction.cpp
@@ -231,7 +231,10 @@ Optional<Type> ConcreteContraction::substTypeParameter(
231
232
auto *decl = (*substBaseType)->getAnyNominal();
233
if (decl == nullptr) {
234
- llvm::dbgs() << "@@@ Not a nominal type: " << *substBaseType << "\n";
+ if (Debug) {
235
+ llvm::dbgs() << "@@@ Not a nominal type: " << *substBaseType << "\n";
236
+ }
237
+
238
return None;
239
}
240
0 commit comments