We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc2127 commit b703451Copy full SHA for b703451
src/bootstrap/src/core/build_steps/tool.rs
@@ -1299,7 +1299,7 @@ tool_extended!(Miri {
1299
tool_name: "miri",
1300
stable: false,
1301
add_bins_to_sysroot: ["miri"],
1302
- // 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.
1303
cargo_args: &["--all-targets"],
1304
});
1305
tool_extended!(CargoMiri {
0 commit comments