[rustdoc] Please add support for Self
in inter-method docs links
#70484
Labels
A-intra-doc-links
Area: Intra-doc links, the ability to link to items in docs by name
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Currently if you have a link in a method's docs to another method on the same type you have to put it as
It would be helpful if
Self
was recognized when linking to other methods of the same type.The text was updated successfully, but these errors were encountered: