]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/tool.rs
bootstrap: Get rid of `tail_args` in `stream_cargo`
[rust.git] / src / bootstrap / tool.rs
index 24b033cc0dc5eb4f6e63104efc065a507d35a114..63026bd44d475277d388b9a3b8d37d237a0e8842 100644 (file)
@@ -72,7 +72,7 @@ fn run(self, builder: &Builder<'_>) -> Option<PathBuf> {
 
         builder.info(&format!("Building stage{} tool {} ({})", compiler.stage, tool, target));
         let mut duplicates = Vec::new();
-        let is_expected = compile::stream_cargo(builder, cargo, vec![], &mut |msg| {
+        let is_expected = compile::stream_cargo(builder, cargo, &mut |msg| {
             // Only care about big things like the RLS/Cargo for now
             match tool {
                 "rls" | "cargo" | "clippy-driver" | "miri" | "rustfmt" => {}