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
Previously we would resolve the constraint type of an `any`
using TypeResolverContext::GenericRequirement, but this does
not allow us to distinguish between parametrized protocol
types in generic requirements (which are supported) from
parametrized protocol types inside an `any`, like
`any Sequence<Int>`, which is not supported for now.
0 commit comments