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
Also reproducible on beta.4, nightly, windows/linux.
The text was updated successfully, but these errors were encountered:
Nercury
changed the title
ICE when mixing nested associated types and PhantomData
ICE when mixing nested associated types and PhantomData (nightly/beta)
May 12, 2015
For what it's worth, defaulted associated types, as in
typeRouting = Routing<Self::Input>;
aren't yet supported, and since the return type of to_routing must be Sized, I'm guessing the intended associated type is
typeRouting:Routing<Self::Input>;
Nercury
changed the title
ICE when mixing nested associated types and PhantomData (nightly/beta)
ICE when trying to use associated type's Self::Output as default (nightly/beta)
May 12, 2015
This kind of code:
Produces this output:
Also reproducible on beta.4, nightly, windows/linux.
The text was updated successfully, but these errors were encountered: