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
A cyclic instantiation was observed for neg/byname-implicits-11 when doing
an implicit search for a hidden implicits addendum.
It arose from a subtype check
Foo[Foo[T]] <: Foo[T]
where `Foo` is nonvariant and T is an instantiatable TypeParamRef.
0 commit comments