Skip to content

Commit 761827e

Browse files
authored
Merge pull request #61210 from amritpan/missing-type-vars
[ConstraintSystem] Fix missing binding type vars in type inference debug output
2 parents f68fb52 + daed9df commit 761827e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/CSBindings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1765,7 +1765,7 @@ void BindingSet::dump(llvm::raw_ostream &out, unsigned indent) const {
17651765
out << "(default type of literal) ";
17661766
break;
17671767
}
1768-
BindingType.print(out);
1768+
BindingType.print(out, PO);
17691769
}
17701770
};
17711771

0 commit comments

Comments
 (0)