Navigation Menu

Skip to content

Commit

Permalink
Remove unused RUSTC_DEBUG_ASSERTIONS
Browse files Browse the repository at this point in the history
Since #73374 the rustc wrapper no longer configures debug assertions
based on RUSTC_DEBUG_ASSERTIONS environment variable.
  • Loading branch information
tmiasko committed Jul 5, 2020
1 parent 0cd7ff7 commit 5fa19ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bootstrap/test.rs
Expand Up @@ -397,8 +397,6 @@ impl Step for Miri {
cargo.env("MIRI", &miri);
// Debug things.
cargo.env("RUST_BACKTRACE", "1");
// Overwrite bootstrap's `rustc` wrapper overwriting our flags.
cargo.env("RUSTC_DEBUG_ASSERTIONS", "true");
// Let cargo-miri know where xargo ended up.
cargo.env("XARGO_CHECK", builder.out.join("bin").join("xargo-check"));

Expand Down

0 comments on commit 5fa19ad

Please sign in to comment.