Skip to content

Allow linking to specific impls in rustdoc #23552

Closed
@huonw

Description

@huonw

It is useful if one is explaining where a method/functionality comes from to be able to link the specific impl ... for X on the page for X. E.g. I'm just now writing something about string slicing, so it would be nice to be able to point to the impl Index<Range<usize>> for str part of http://doc.rust-lang.org/nightly/std/primitive.str.html .

Metadata

Metadata

Labels

C-feature-requestCategory: A feature request, i.e: not implemented / a PR.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.E-mentorCall for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.T-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.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