From b703451b34cfb4a51b8c1900bc98c851d2593cd5 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sat, 12 Jul 2025 12:11:54 +0200 Subject: [PATCH] refine comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jakub Beránek --- src/bootstrap/src/core/build_steps/tool.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/src/core/build_steps/tool.rs b/src/bootstrap/src/core/build_steps/tool.rs index b7c1d123b4af..02241b3e6979 100644 --- a/src/bootstrap/src/core/build_steps/tool.rs +++ b/src/bootstrap/src/core/build_steps/tool.rs @@ -1299,7 +1299,7 @@ tool_extended!(Miri { tool_name: "miri", stable: false, add_bins_to_sysroot: ["miri"], - // Avoid costly rebuilds by always including the tests. + // Always compile also tests when building miri. Otherwise feature unification can cause rebuilds between building and testing miri. cargo_args: &["--all-targets"], }); tool_extended!(CargoMiri {