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 a00157e commit 2a41a32Copy full SHA for 2a41a32
lib/SIL/Parser/ParseSIL.cpp
@@ -1884,8 +1884,7 @@ SubstitutionMap getApplySubstitutionsFromParsed(
1884
proto->getDeclaredInterfaceType());
1885
failed = true;
1886
1887
- // FIXME: Passing an empty Type() here temporarily.
1888
- return ProtocolConformanceRef::forAbstract(Type(), proto);
+ return ProtocolConformanceRef::forInvalid();
1889
});
1890
1891
return failed ? SubstitutionMap() : subMap;
0 commit comments