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
Currently rustdoc doesn't show associated types under the "implementors" portion of the trait page (eg here) (though it does show them on the page for the type). Since associated types are as important as type parameters when inspecting an impl (and debugging a type mismatch), perhaps rustdoc should show an (Output = [T]) or something similar next to each impl?
In case of a cross crate impl where the trait shares a crate with the impl, the associated type will be missing from rustdoc altogether.
The text was updated successfully, but these errors were encountered:
huonw
added
the
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
label
Jan 24, 2015
Currently rustdoc doesn't show associated types under the "implementors" portion of the trait page (eg here) (though it does show them on the page for the type). Since associated types are as important as type parameters when inspecting an impl (and debugging a type mismatch), perhaps rustdoc should show an
(Output = [T])
or something similar next to each impl?In case of a cross crate impl where the trait shares a crate with the impl, the associated type will be missing from rustdoc altogether.
The text was updated successfully, but these errors were encountered: