the docs of rustdoc get overwritten by the bootstrap docs #112082
Labels
A-contributor-roadblock
Area: Makes things more difficult for new contributors to rust itself
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
C-bug
Category: This is a bug.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Since #111976,
bootstrap
itself gets documented. Unfortunately, the package contains a binary crate calledrustdoc
(src/bootstrap/bin/rustdoc.rs
, Shim which is passed to Cargo as “rustdoc” when running the bootstrap.) which clashes with the actualrustdoc
package (src/librustdoc
) overwriting the latter since it gets documented last.See for yourself: https://doc.rust-lang.org/nightly/nightly-rustc/rustdoc/index.html (this ain't rustdoc).
CC @jyn514 (#111976).
@rustbot label C-bug T-bootstrap A-docs A-contributor-roadblock
The text was updated successfully, but these errors were encountered: