Skip to content

Commit bc37f9e

Browse files
bootstrap: Describe build_steps::setup
1 parent 8c40d0e commit bc37f9e

File tree

1 file changed

+6
-0
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+6
-0
lines changed

src/bootstrap/src/core/build_steps/setup.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
use crate::core::builder::{Builder, RunConfig, ShouldRun, Step};
28
use crate::t;
39
use crate::utils::change_tracker::CONFIG_CHANGE_HISTORY;

0 commit comments

Comments
 (0)