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 c578687 commit 6bff42cCopy full SHA for 6bff42c
lib/AST/GenericSignature.cpp
@@ -1025,7 +1025,7 @@ ConformanceAccessPath GenericSignature::getConformanceAccessPath(
1025
Optional<GenericSignatureBuilder> replacementBuilder;
1026
if (!source->parent->parent && requirementSignatureProto) {
1027
// If we have a requirement signature now, we're done.
1028
- if (source->usesRequirementSignature || true) {
+ if (source->usesRequirementSignature) {
1029
Type subjectType = source->getStoredType()->getCanonicalType();
1030
path.path.push_back({subjectType, conformingProto});
1031
return;
0 commit comments