-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Closed
Labels
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.