bootstrap: Describe build_steps::setup

This commit is contained in:
Jubilee Young 2024-04-21 13:32:59 -07:00
parent 8c40d0efa7
commit bc37f9e204

View File

@ -1,3 +1,9 @@
//! First time setup of a dev environment
//!
//! These are build-and-run steps for `./x.py setup`, which allows quickly setting up the directory
//! for modifying, building, and running the compiler and library. The main convenience is to allow
//! not having to painstakingly set every single option in config.toml.
use crate::core::builder::{Builder, RunConfig, ShouldRun, Step};
use crate::t;
use crate::utils::change_tracker::CONFIG_CHANGE_HISTORY;