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 0083f09 commit 36551e3Copy full SHA for 36551e3
lib/AST/LifetimeDependence.cpp
@@ -954,7 +954,7 @@ class LifetimeDependenceChecker {
954
Type paramTypeInContext =
955
afd->mapTypeIntoContext(param->getInterfaceType());
956
if (paramTypeInContext->hasError()) {
957
- continue;
+ return;
958
}
959
auto kind = inferLifetimeDependenceKind(paramTypeInContext,
960
param->getValueOwnership());
0 commit comments