Skip to content

rustdoc is generating relative URLs to nonlocal crates #14438

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
sfackler opened this issue May 26, 2014 · 1 comment
Closed

rustdoc is generating relative URLs to nonlocal crates #14438

sfackler opened this issue May 26, 2014 · 1 comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@sfackler
Copy link
Member

For example, http://sfackler.github.io/rust-postgres/doc/postgres/error/struct.PostgresDbError.html contains links to String that do not point to libstd's doc root.

@sfackler
Copy link
Member Author

cc @alexcrichton

bors added a commit that referenced this issue May 28, 2014
This commit alters rustdoc to keep a hash set of known inlined items which is a
whitelist for generating URLs to.

Closes #14438
bors added a commit to rust-lang-ci/rust that referenced this issue Jun 5, 2023
…toderef, r=Veykril

assist: autoderef in generate delegate methods

fixes rust-lang#14438
flip1995 pushed a commit to flip1995/rust that referenced this issue Apr 3, 2025
…4438)

rust-lang#2597 appears to be already resolved, so the applicability of `op_ref`
can be set to `MachineApplicable`.

close rust-lang#2597

changelog: [`op_ref`]: set the applicability to `MachineApplicable`
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.

1 participant