Files
rust/src
Jonathan Brouwer 4846eb7ca1 Rollup merge of #156411 - jyn514:jyn/dry-run-cargo, r=jieyouxu
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.
2026-05-11 10:29:21 +02:00
..

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.