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
add coverage for <<error-type>> + Sendable diagnostic issue
when a variable with type `<<error-type>>` was captured in a
sendable function's environment, we use to emit a diagnostic
about it not being sendable, but it's for a bogus type.
at some point this issue disappeared as the sendable implementation
evolved, but this commit adds regression coverage.
resolves rdar://82452688
0 commit comments