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
Don't search for implicit conversions to NoType (#19563)
There's a good chance this will fix#19320. My problem is that without a
lot of added boilerplate I cannot test it, since it's hard to have at
the same time external dependencies and ad-hoc instrumentation in the
compiler. But what I could observe from the minimized example, it
searches for a conversion of `Concurrent[F[_]]` to `NoType` and that
must have caused the blowup.
In any case, the change makes obvious sense, so let's add that and see
whether it improves things.
0 commit comments