-
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
target/doc/cargo is almost empty #46195
Comments
By the way, would be great to backport the fix to beta, as that one is also broken: https://doc.rust-lang.org/beta/cargo/ |
Ugh, I triple checked this when doing the PR in the first place. I wonder if anything else has changed with the build.... |
Okay so, I just built from scratch and it's absolutely generating the right files. So maybe this is an issue with the infra? Something not getting copied over to doc.rust-lang.org? @rust-lang/infra |
@steveklabnik how'd you build the book? Was it maybe not included in the default |
I... lost it in my shell history, dang. I am pretty sure I did |
So, yep. |
The usage of `Path::new` prevented out-of-tree builds (like the bots do) from working by accident! Closes rust-lang#46195
…-Simulacrum rustbuild: Fix a typo with the Cargo book The usage of `Path::new` prevented out-of-tree builds (like the bots do) from working by accident! Closes rust-lang#46195
…-Simulacrum rustbuild: Fix a typo with the Cargo book The usage of `Path::new` prevented out-of-tree builds (like the bots do) from working by accident! Closes rust-lang#46195
…-Simulacrum rustbuild: Fix a typo with the Cargo book The usage of `Path::new` prevented out-of-tree builds (like the bots do) from working by accident! Closes rust-lang#46195
…-Simulacrum rustbuild: Fix a typo with the Cargo book The usage of `Path::new` prevented out-of-tree builds (like the bots do) from working by accident! Closes rust-lang#46195
…-Simulacrum rustbuild: Fix a typo with the Cargo book The usage of `Path::new` prevented out-of-tree builds (like the bots do) from working by accident! Closes rust-lang#46195
The usage of `Path::new` prevented out-of-tree builds (like the bots do) from working by accident! Closes rust-lang#46195
We started shipping cargo docs in #45692, but looks like a problem with the build system is resulting in mdbook generating an empty book, instead of using the source files.
The nightly output is here: https://doc.rust-lang.org/nightly/cargo/
The text was updated successfully, but these errors were encountered: