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 b17f0b5 commit b3d513bCopy full SHA for b3d513b
lib/Sema/CSDiagnostics.cpp
@@ -8202,7 +8202,6 @@ bool UnableToInferClosureReturnType::diagnoseAsError() {
8202
8203
bool UnableToInferGenericPackElementType::diagnoseAsError() {
8204
auto *locator = getLocator();
8205
- auto path = locator->getPath();
8206
8207
auto packElementElt = locator->getLastElementAs<LocatorPathElt::PackElement>();
8208
assert(packElementElt && "Expected path to end with a pack element locator");
0 commit comments