Skip to content

Commit 50e22bd

Browse files
authored
Rollup merge of #74090 - tmiasko:rustc-debug-assertions, r=RalfJung
Remove unused RUSTC_DEBUG_ASSERTIONS Since #73374 the rustc wrapper no longer configures debug assertions based on RUSTC_DEBUG_ASSERTIONS environment variable. r? @RalfJung
2 parents caa858b + 5fa19ad commit 50e22bd

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
@@ -397,8 +397,6 @@ impl Step for Miri {
397397
cargo.env("MIRI", &miri);
398398
// Debug things.
399399
cargo.env("RUST_BACKTRACE", "1");
400-
// Overwrite bootstrap's `rustc` wrapper overwriting our flags.
401-
cargo.env("RUSTC_DEBUG_ASSERTIONS", "true");
402400
// Let cargo-miri know where xargo ended up.
403401
cargo.env("XARGO_CHECK", builder.out.join("bin").join("xargo-check"));
404402

0 commit comments

Comments
 (0)