Avatar
omochimetaru 11/3/2024 5:12 AM
@swift-main -enable-experimental-feature GlobalActorInferenceCutoff protocol P: Sendable { } nonisolated struct S: P { } func foo<T: P>(_ x: T) { bar(x) } func bar<T: Sendable>(_ x: T) { } (edited)