Skip to content

Commit 05aa983

Browse files
committed
let us try to find out where that panic is coming from
1 parent ceda774 commit 05aa983

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bootstrap/test.rs

+2
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,8 @@ impl Step for Miri {
413413
cargo.env("XARGO_RUST_SRC", builder.src.join("src"));
414414
// Make sure the libstd gets built without debug assertions.
415415
cargo.env("RUSTC_DEBUG_ASSERTIONS", "false");
416+
// Debug things.
417+
cargo.env("RUST_BACKTRACE", "1");
416418

417419
if !try_run(builder, &mut cargo) {
418420
return;

0 commit comments

Comments
 (0)