Skip to content

Rustdoc heading links/ids are duplicated #23553

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

Closed
huonw opened this issue Mar 20, 2015 · 1 comment
Closed

Rustdoc heading links/ids are duplicated #23553

huonw opened this issue Mar 20, 2015 · 1 comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@huonw
Copy link
Member

huonw commented Mar 20, 2015

E.g. every Examples heading on http://doc.rust-lang.org/nightly/std/primitive.str.html has the same id (examples) and all link to http://doc.rust-lang.org/nightly/std/primitive.str.html#examples . Rustdoc should adjust those internals to ensure the links are unique (e.g. examples, examples-1, examples-2, ...).

@huonw huonw added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label Mar 20, 2015
@nagisa
Copy link
Member

nagisa commented Mar 20, 2015

Dupe of #20700

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

No branches or pull requests

3 participants