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.
Build::run
1 parent 97e7252 commit f72cb04Copy full SHA for f72cb04
src/bootstrap/src/lib.rs
@@ -986,7 +986,8 @@ impl Build {
986
}
987
988
/// Execute a command and return its output.
989
- /// This method should be used for all command executions in bootstrap.
+ /// Note: Ideally, you should use one of the BootstrapCommand::run* functions to
990
+ /// execute commands. They internally call this method.
991
#[track_caller]
992
fn run(
993
&self,
0 commit comments