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
[Associated type inference] Resolve @_implements on AsyncSequence.Failure
A source-compatibility hack to not resolve AsyncSequence.Failure via
lookup accidentally disabled the `@_implements`-based lookup that
we use to avoid having to run inference again in Swift textual
interfaces. Tweak the logic here to narrow the source-compatibilty
hack.
Fixes rdar://125320522.
0 commit comments