We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceda774 commit 05aa983Copy full SHA for 05aa983
src/bootstrap/test.rs
@@ -413,6 +413,8 @@ impl Step for Miri {
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
419
if !try_run(builder, &mut cargo) {
420
return;
0 commit comments