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 3b5c2a1 commit 59b1f11Copy full SHA for 59b1f11
lib/SILGen/ResultPlan.cpp
@@ -772,6 +772,9 @@ class ForeignAsyncInitializationPlan final : public ResultPlan {
772
auto createIntrinsic =
773
throws ? SGF.SGM.getCreateCheckedThrowingContinuation()
774
: SGF.SGM.getCreateCheckedContinuation();
775
+ auto conformances =
776
+ collectExistentialConformances(calleeTypeInfo.substResultType,
777
+ ctx.TheAnyType);
778
auto subs =
779
SubstitutionMap::get(createIntrinsic->getGenericSignature(),
780
{calleeTypeInfo.substResultType}, conformances);
0 commit comments