Closed
Description
Right now, there are docs for x.py in a bunch of different places:
- https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html#building-the-compiler
- https://rustc-dev-guide.rust-lang.org/building/bootstrapping.html
- https://github.com/rust-lang/rust/blob/master/src/bootstrap/README.md
- https://github.com/rust-lang/rust/blob/master/src/bootstrap/lib.rs
It would be nice to consolidate these some; e.g. lib.rs
can probably just point to the README, and lots of the information in the readme is duplicated in the dev-guide and can be deleted and replaced with a link.
cc @Mark-Simulacrum - do you have strong opinions on this?
Metadata
Metadata
Assignees
Labels
Area: Documentation for any part of the project, including the compiler, standard library, and toolsCall for participation: Help is requested to fix this issue.Call for participation: Medium difficulty. Experience needed to fix: Intermediate.Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)