Skip to content

Commit 32aadc5

Browse files
bootstrap: link to the forge about toolstate
1 parent b756b11 commit 32aadc5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
//! Toolstate checks to keep tools building
1+
//! [Toolstate] checks to keep tools building
22
//!
33
//! Reachable via `./x.py test` but mostly relevant for CI, since it isn't run locally by default.
4+
//!
5+
//! [Toolstate]: https://forge.rust-lang.org/infra/toolstate.html
46
57
use crate::core::builder::{Builder, RunConfig, ShouldRun, Step};
68
use crate::utils::helpers::t;

0 commit comments

Comments
 (0)