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 1480339 commit e70d0bcCopy full SHA for e70d0bc
lib/Sema/CSStep.cpp
@@ -457,10 +457,12 @@ StepResult ComponentStep::take(bool prevFailed) {
457
}
458
459
auto printConstraints = [&](const ConstraintList &constraints) {
460
- for (auto &constraint : constraints)
+ for (auto &constraint : constraints) {
461
constraint.print(
462
getDebugLogger().indent(CS.solverState->getCurrentIndent()),
463
&CS.getASTContext().SourceMgr, CS.solverState->getCurrentIndent());
464
+ getDebugLogger() << "\n";
465
+ }
466
};
467
468
// If we don't have any disjunction or type variable choices left, we're done
0 commit comments