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
fix NLL ICEs
Custom type-ops reuse some of the query machinery -- but while query results are canonicalized after they are constructed, custom type ops are not, and hence we have to resolve the type variables to avoid an ICE here.
Also, use the type-op machinery for implied outlives bounds.
Fixes#53568Fixes#52992Fixes#53680
This is the minimum example I was able to get it down to:
When try to compile this the compiler says
It is specifically an issue with map and non-lexical lifetimes as removing either of them doesn't cause the bug.
Meta
My current rust version is
But this happened on every other system I tried it on, including play.rust-lang.org
The text was updated successfully, but these errors were encountered: