Skip to content

Commit b703451

Browse files
RalfJungKobzol
andauthored
refine comment
Co-authored-by: Jakub Beránek <berykubik@gmail.com>
1 parent 7fc2127 commit b703451

File tree

1 file changed

+1
-1
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/tool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,7 @@ tool_extended!(Miri {
12991299
tool_name: "miri",
13001300
stable: false,
13011301
add_bins_to_sysroot: ["miri"],
1302-
// Avoid costly rebuilds by always including the tests.
1302+
// Always compile also tests when building miri. Otherwise feature unification can cause rebuilds between building and testing miri.
13031303
cargo_args: &["--all-targets"],
13041304
});
13051305
tool_extended!(CargoMiri {

0 commit comments

Comments
 (0)