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 770e6f9 commit e021d38Copy full SHA for e021d38
lib/AST/ASTVerifier.cpp
@@ -622,7 +622,7 @@ class Verifier : public ASTWalker {
622
if (!(countType->is<PackType>() ||
623
countType->is<PackArchetypeType>() ||
624
countType->isRootParameterPack())) {
625
- Out << "non-pack shape type" << countType->getString() << "\n";
+ Out << "non-pack shape type: " << countType->getString() << "\n";
626
abort();
627
}
628
0 commit comments