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 2833d4f commit 20dc12cCopy full SHA for 20dc12c
lib/Sema/TypeCheckGeneric.cpp
@@ -839,6 +839,7 @@ static std::string gatherGenericParamBindingsText(
839
SmallString<128> result;
840
llvm::raw_svector_ostream OS(result);
841
auto options = PrintOptions::forDiagnosticArguments();
842
+ options.PrintExplicitAny = false;
843
844
for (auto gp : genericParams) {
845
auto canonGP = gp->getCanonicalType()->castTo<GenericTypeParamType>();
0 commit comments