We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72e41e5 + 7312747 commit b0286b5Copy full SHA for b0286b5
src/bootstrap/src/core/build_steps/test.rs
@@ -1234,6 +1234,14 @@ impl Step for RunMakeSupport {
1234
&[],
1235
);
1236
1237
+ let _guard = builder.msg_tool(
1238
+ Kind::Build,
1239
+ Mode::ToolStd,
1240
+ "run-make-support",
1241
+ self.compiler.stage,
1242
+ &self.compiler.host,
1243
+ &self.target,
1244
+ );
1245
cargo.into_cmd().run(builder);
1246
1247
let lib_name = "librun_make_support.rlib";
0 commit comments