We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c40d0e commit bc37f9eCopy full SHA for bc37f9e
src/bootstrap/src/core/build_steps/setup.rs
@@ -1,3 +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.
6
+
7
use crate::core::builder::{Builder, RunConfig, ShouldRun, Step};
8
use crate::t;
9
use crate::utils::change_tracker::CONFIG_CHANGE_HISTORY;
0 commit comments