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 b09aed0 commit dd7eacbCopy full SHA for dd7eacb
lib/Sema/TypeCheckConcurrency.cpp
@@ -3010,7 +3010,6 @@ static bool checkClassGlobalActorIsolation(
3010
break;
3011
3012
case ActorIsolation::ActorInstance:
3013
- case ActorIsolation::DistributedActorInstance:
3014
// This is an error that will be diagnosed later. Ignore it here.
3015
return false;
3016
@@ -3577,7 +3576,6 @@ bool swift::checkSendableConformance(
3577
3576
switch (getActorIsolation(nominal)) {
3578
case ActorIsolation::Unspecified:
3579
3580
3581
case ActorIsolation::Independent:
3582
3583
0 commit comments