We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af399a commit 04c740bCopy full SHA for 04c740b
src/bootstrap/test.rs
@@ -384,9 +384,6 @@ impl Step for Miri {
384
);
385
cargo.arg("--bin").arg("cargo-miri").arg("--").arg("miri").arg("setup");
386
387
- // Tell `cargo miri` not to worry about the sysroot mismatch (we built with
388
- // stage1 but run with stage2).
389
- cargo.env("MIRI_SKIP_SYSROOT_CHECK", "1");
390
// Tell `cargo miri setup` where to find the sources.
391
cargo.env("XARGO_RUST_SRC", builder.src.join("src"));
392
// Debug things.
0 commit comments