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
…ismatch, r=lcnr
Delay span bug when we can't map lifetimes back in `collect_trait_impl_trait_tys`
When a lifetime is late-bound in a trait signature, but early-bound in an impl signature, we already emit an error -- however, we also ICE in `collect_trait_impl_trait_tys`, so just delay a bug here.
Fixesrust-lang#103407
the curious thing is that in my environment it produces a different error that I was not able to reproduce in the playground
Code
Playground
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: