Skip to content

Commit 35ed725

Browse files
bootstrap: Describe build_steps::toolstate
1 parent 2042616 commit 35ed725

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/bootstrap/src/core/build_steps/toolstate.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
//! Toolstate checks to keep tools building
2+
//!
3+
//! Reachable via `./x.py test` but mostly relevant for CI, since it isn't run locally by default.
4+
15
use crate::core::builder::{Builder, RunConfig, ShouldRun, Step};
26
use crate::utils::helpers::t;
37
use serde_derive::{Deserialize, Serialize};

0 commit comments

Comments
 (0)