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
Fixing this is I think as "simple" as changing the [0] to be [x] where x is the number of bounds on the impl's type parameters (sigh, what a complex encoding we have) --- but finding out the number of impl type parameters is a bit of a pain. I think the right information is not available in the cross-crate case. So right now I'm experimenting with the best way to encode that.
@erickt's implementation of #3740 leads to an ICE with this backtrace:
I haven't gotten very far in tracking this down. It seems to have something to do with cross-crate static functions.
The text was updated successfully, but these errors were encountered: