]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/clean.rs
Auto merge of #106283 - JulianKnodt:enum_err, r=cjgillot
[rust.git] / src / bootstrap / clean.rs
index d887495d633f0dbe3af2be54c35642a642eba562..468efc1114c43f3ff8e6735b4e87313a8f5739bb 100644 (file)
@@ -66,8 +66,8 @@ fn run(self, builder: &Builder<'_>) -> Self::Output {
                 }
 
                 builder.info(&format!(
-                    "Cleaning stage{} {} artifacts ({} -> {}){}",
-                    compiler.stage, stringify!($name).to_lowercase(), &compiler.host, target, crate_description(self.crates),
+                    "Cleaning{} stage{} {} artifacts ({} -> {})",
+                    crate_description(&self.crates), compiler.stage, stringify!($name).to_lowercase(), &compiler.host, target,
                 ));
 
                 // NOTE: doesn't use `run_cargo` because we don't want to save a stamp file,