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 c2ba06c commit f83775bCopy full SHA for f83775b
test/IRGen/distributed_actor.swift
@@ -5,7 +5,7 @@
5
import _Distributed
6
7
// Type descriptor.
8
-// CHECK-LABEL: @"$s17distributed_actor7MyActorC0B9Transport12_Distributed0dE0_pvpWvd"
+// CHECK-LABEL: @"$s17distributed_actor7MyActorC2id12_Distributed03AnyD8IdentityVvpWvd"
9
10
@available(SwiftStdlib 5.6, *)
11
public distributed actor MyActor {
test/Serialization/distributed.swift
@@ -13,7 +13,7 @@
13
14
import def_distributed
15
16
-func testDoSomethingDistributed(transport: ActorTransport) {
+func testDoSomethingDistributed(transport: AnyActorTransport) {
17
let _: DA = DA(transport: transport)
18
}
19
0 commit comments