You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On-by-default Sendable warnings are still a bit too noisy, so eliminate
them except when we have explicit Sendable conformances. They can be
requested explicitly with `-warn-concurrency`.
Fixes rdar://88606724.
let _:NotSendable=tryawaitwithUnsafeThrowingContinuation{ continuation in
101
100
Task{
102
-
continuation.resume(returning:NotSendable()) // expected-warning{{capture of 'continuation' with non-sendable type 'UnsafeContinuation<NotSendable, Error>' in a `@Sendable` closure}}
0 commit comments