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 b034c48 commit 1abd15bCopy full SHA for 1abd15b
lib/Sema/TypeCheckConstraints.cpp
@@ -1410,6 +1410,8 @@ void ConstraintSystem::print(raw_ostream &out) const {
1410
out << " [inout allowed]";
1411
if (tv->getImpl().canBindToNoEscape())
1412
out << " [noescape allowed]";
1413
+ if (tv->getImpl().canBindToHole())
1414
+ out << " [hole allowed]";
1415
auto rep = getRepresentative(tv);
1416
if (rep == tv) {
1417
if (auto fixed = getFixedType(tv)) {
0 commit comments