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 27ab93c commit df2acf2Copy full SHA for df2acf2
lib/IRGen/GenDistributed.cpp
@@ -641,12 +641,12 @@ void DistributedAccessor::emit() {
641
auto *numWitnessTables = params.claimNext();
642
// Reference to a `self` of the actor to be called.
643
auto *actorSelf = params.claimNext();
644
- // Metadata that represents passed in the invocation decoder.
645
- auto *decoderType = params.claimNext();
646
-
647
// Metadata of the distributed actor the accessor is for.
648
(void)params.claimNext();
649
+ // Metadata that represents passed in the invocation decoder.
+ auto *decoderType = params.claimNext();
+
650
// Witness table for decoder conformance to DistributedTargetInvocationDecoder
651
auto *decoderProtocolWitness = params.claimNext();
652
0 commit comments