Skip to content

[rustdoc] Please add support for Self in inter-method docs links #70484

Closed
@Lokathor

Description

@Lokathor

Currently if you have a link in a method's docs to another method on the same type you have to put it as

[`read`](RwVolAddr::read)

It would be helpful if Self was recognized when linking to other methods of the same type.

[`read`](Self::read)

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-intra-doc-linksArea: Intra-doc links, the ability to link to items in docs by nameC-feature-requestCategory: A feature request, i.e: not implemented / a PR.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions