mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
4846eb7ca1
bootstrap: Don't panic on `x install --set build.extended=true` This was a regression from rust-lang/rust#155732. The Cargo submodule wasn't checked out, so reading from Cargo.toml didn't work. Return a fake version during dry-runs to avoid unnecessarily checking out submodules. Fixes https://github.com/rust-lang/rust/issues/156408.
This directory contains some source code for the Rust project, including:
- The bootstrapping build system
- Various submodules for tools, like cargo, tidy, etc.
For more information on how various parts of the compiler work, see the rustc dev guide.