We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32aadc5 commit f4e02a1Copy full SHA for f4e02a1
src/bootstrap/src/core/build_steps/setup.rs
@@ -1,8 +1,9 @@
1
//! First time setup of a dev environment
2
//!
3
//! These are build-and-run steps for `./x.py setup`, which allows quickly setting up the directory
4
-//! for modifying, building, and running the compiler and library. The main convenience is to allow
5
-//! not having to painstakingly set every single option in config.toml.
+//! for modifying, building, and running the compiler and library. Running arbitrary configuration
+//! allows setting up things that cannot be simply captured inside the config.toml, in addition to
6
+//! leading people away from manually editing most of the config.toml values.
7
8
use crate::core::builder::{Builder, RunConfig, ShouldRun, Step};
9
use crate::t;
0 commit comments