Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustdoc generates bad fragments in links to trait methods #28478

Closed
eefriedman opened this issue Sep 18, 2015 · 0 comments · Fixed by #32461
Closed

rustdoc generates bad fragments in links to trait methods #28478

eefriedman opened this issue Sep 18, 2015 · 0 comments · Fixed by #32461
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@eefriedman
Copy link
Contributor

For example, https://doc.rust-lang.org/nightly/std/net/enum.SocketAddr.html links to "https://doc.rust-lang.org/nightly/std/fmt/trait.Display.html#method.fmt", but the correct link is "https://doc.rust-lang.org/nightly/std/fmt/trait.Display.html#tymethod.fmt".

@steveklabnik steveklabnik added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label Sep 18, 2015
bors added a commit that referenced this issue Mar 29, 2016
rustdoc: Correct anchor for links to associated trait items

fixes #28478

r? @alexcrichton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants