mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #71050 from hborla/global-actor-unsafe
[Concurrency] Deprecate `@GlobalActor(unsafe)` in favor of `@preconcurrency @GlobalActor`
This commit is contained in:
@@ -7713,7 +7713,6 @@ ConstraintSystem::inferKeyPathLiteralCapability(KeyPathExpr *keyPath) {
|
||||
// A reference to an actor isolated state make key path non-Sendable.
|
||||
case ActorIsolation::ActorInstance:
|
||||
case ActorIsolation::GlobalActor:
|
||||
case ActorIsolation::GlobalActorUnsafe:
|
||||
isSendable = false;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user