let us try to find out where that panic is coming from

This commit is contained in:
Ralf Jung 2019-08-02 14:20:42 +02:00
parent ceda77486f
commit 05aa983f4c

View File

@ -413,6 +413,8 @@ impl Step for Miri {
cargo.env("XARGO_RUST_SRC", builder.src.join("src"));
// Make sure the libstd gets built without debug assertions.
cargo.env("RUSTC_DEBUG_ASSERTIONS", "false");
// Debug things.
cargo.env("RUST_BACKTRACE", "1");
if !try_run(builder, &mut cargo) {
return;