-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Comments
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
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.
The text was updated successfully, but these errors were encountered: