We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03de7fd commit 82b3b82Copy full SHA for 82b3b82
src/bootstrap/test.rs
@@ -411,8 +411,6 @@ impl Step for Miri {
411
cargo.env("MIRI_SKIP_SYSROOT_CHECK", "1");
412
// Tell `cargo miri setup` where to find the sources.
413
cargo.env("XARGO_RUST_SRC", builder.src.join("src"));
414
- // Make sure the libstd gets built without debug assertions.
415
- cargo.env("RUSTC_DEBUG_ASSERTIONS", "false");
416
// Debug things.
417
cargo.env("RUST_BACKTRACE", "1");
418
// Configure `cargo install` path, and let cargo-miri know that that's where
0 commit comments