Skip to content

Commit 82b3b82

Browse files
committed
don't set RUSTC_DEBUG_ASSERTIONS here; let cargo-miri do that
1 parent 03de7fd commit 82b3b82

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/bootstrap/test.rs

-2
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,6 @@ impl Step for Miri {
411411
cargo.env("MIRI_SKIP_SYSROOT_CHECK", "1");
412412
// Tell `cargo miri setup` where to find the sources.
413413
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");
416414
// Debug things.
417415
cargo.env("RUST_BACKTRACE", "1");
418416
// Configure `cargo install` path, and let cargo-miri know that that's where

0 commit comments

Comments
 (0)