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:
@@ -1427,7 +1427,6 @@ getRawStableActorIsolationKind(swift::ActorIsolation::Kind kind) {
|
||||
CASE(Nonisolated)
|
||||
CASE(NonisolatedUnsafe)
|
||||
CASE(GlobalActor)
|
||||
CASE(GlobalActorUnsafe)
|
||||
#undef CASE
|
||||
}
|
||||
llvm_unreachable("bad actor isolation");
|
||||
|
||||
Reference in New Issue
Block a user