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 f388899 commit 6be15b3Copy full SHA for 6be15b3
lib/Sema/TypeCheckConstraints.cpp
@@ -1406,6 +1406,8 @@ void ConstraintSystem::print(raw_ostream &out) const {
1406
out << " [inout allowed]";
1407
if (tv->getImpl().canBindToNoEscape())
1408
out << " [noescape allowed]";
1409
+ if (tv->getImpl().canBindToHole())
1410
+ out << " [hole allowed]";
1411
auto rep = getRepresentative(tv);
1412
if (rep == tv) {
1413
if (auto fixed = getFixedType(tv)) {
0 commit comments