-
Notifications
You must be signed in to change notification settings - Fork 13k
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
rustbuild: doc-rustc
overwrites search index
#34800
Labels
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Comments
alexcrichton
added
the
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
label
Jul 13, 2016
Hm I think that this may be a result of a little too aggressively cleaning out the |
ollie27
added a commit
to ollie27/rust
that referenced
this issue
Dec 15, 2016
They cause the search index from the std docs to get overwritten just like rust-lang#34800. Part of rust-lang#38319.
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this issue
Dec 20, 2016
rustbuild: Stop building docs for libtest by default They cause the search index from the std docs to get overwritten just like rust-lang#34800. Part of rust-lang#38319.
alexcrichton
pushed a commit
to alexcrichton/rust
that referenced
this issue
Dec 30, 2016
They cause the search index from the std docs to get overwritten just like rust-lang#34800. Part of rust-lang#38319.
This was fixed by #40199. |
Indeed! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Building the compiler docs with rustbuild overwrites the js search index of the std docs with the one from the compiler docs.
Example: https://rust-beta-doc.timnn.me/std/index.html?search=String(that is no longer live).The text was updated successfully, but these errors were encountered: