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
I think this is the same as #25145. We can't resolve associated constants in collect right now, which means that in many type definitions, they don't work.
Note that this code should be rejected anyway until we have an RFC for generic constants, e.g. from rust-lang/rfcs#1062.
While trying to create a generic vector type, I stumbled upon the following ICE:
This error occurs with the following code, which is a pretty minimal test case:
Backtrace:
Version:
I've searched for similar issues but all issues I found were either different or closed.
The text was updated successfully, but these errors were encountered: