Allow linking to specific impls in rustdoc #23552
Labels
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
T-dev-tools
Relevant to the dev-tools subteam, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
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 forX
. E.g. I'm just now writing something about string slicing, so it would be nice to be able to point to theimpl Index<Range<usize>> for str
part of http://doc.rust-lang.org/nightly/std/primitive.str.html .The text was updated successfully, but these errors were encountered: