Closed
Description
Since #111976, bootstrap
itself gets documented. Unfortunately, the package contains a binary crate called rustdoc
(src/bootstrap/bin/rustdoc.rs
, Shim which is passed to Cargo as “rustdoc” when running the bootstrap.) which clashes with the actual rustdoc
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).
@rustbot label C-bug T-bootstrap A-docs A-contributor-roadblock
Metadata
Metadata
Assignees
Labels
Area: Makes things more difficult for new or seasoned contributors to RustArea: Documentation for any part of the project, including the compiler, standard library, and toolsCategory: This is a bug.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)