-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
rustdoc cannot resolve specific trait impl functions #54172
Copy link
Copy link
Closed
Labels
A-intra-doc-linksArea: Intra-doc links, the ability to link to items in docs by nameArea: Intra-doc links, the ability to link to items in docs by nameT-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.
Metadata
Metadata
Assignees
Labels
A-intra-doc-linksArea: Intra-doc links, the ability to link to items in docs by nameArea: Intra-doc links, the ability to link to items in docs by nameT-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.
There's no way to have the link
SpecialFoo:foo()resolve in the rustdoc, asSpecialFoodoes not contain this function. Unless there's a special syntax for referring toSpecialFoo'sFooimpl that would allow this.