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

Broken links in compiler internal docs #56107

Closed
bjorn3 opened this issue Nov 20, 2018 · 0 comments · Fixed by #56441
Closed

Broken links in compiler internal docs #56107

bjorn3 opened this issue Nov 20, 2018 · 0 comments · Fixed by #56441

Comments

@bjorn3
Copy link
Member

bjorn3 commented Nov 20, 2018

Take for example https://doc.rust-lang.org/nightly/nightly-rustc/rustc_codegen_ssa/traits/consts/trait.ConstMethods.html:

If you click on a reference to LocalInternedString you will be send to https://doc.rust-lang.org/nightly/syntax_pos/symbol/struct.LocalInternedString.html. Note the missing /nightly-rustc/.

This happens at other places too.

kennytm added a commit to kennytm/rust that referenced this issue Dec 4, 2018
…alexcrichton

rustbuild: Fix issues with compiler docs

* Create output directories for crates beforehand so rustdoc uses relative links (fixes rust-lang#56107)
* Readd rustc_codegen_ssa (fixes rust-lang#56196)
* Don't build out of tree dependencies for rustdoc like we don't for rustc
kennytm added a commit to GuillaumeGomez/rust that referenced this issue Dec 5, 2018
…alexcrichton

rustbuild: Fix issues with compiler docs

* Create output directories for crates beforehand so rustdoc uses relative links (fixes rust-lang#56107)
* Readd rustc_codegen_ssa (fixes rust-lang#56196)
* Don't build out of tree dependencies for rustdoc like we don't for rustc
pietroalbini added a commit to pietroalbini/rust that referenced this issue Dec 6, 2018
…alexcrichton

rustbuild: Fix issues with compiler docs

* Create output directories for crates beforehand so rustdoc uses relative links (fixes rust-lang#56107)
* Readd rustc_codegen_ssa (fixes rust-lang#56196)
* Don't build out of tree dependencies for rustdoc like we don't for rustc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant