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 a2fa934 commit 2042616Copy full SHA for 2042616
src/bootstrap/src/core/build_steps/run.rs
@@ -1,3 +1,8 @@
1
+//! Build-and-run steps for in-repo tools
2
+//!
3
+//! A bit of a hodge-podge as e.g. if a tool's a test fixture it should be in `build_steps::test`.
4
+//! If it can be reached from `./x.py run` it can go here.
5
+
6
use std::path::PathBuf;
7
use std::process::Command;
8
0 commit comments