diff options
| author | Ralf Jung <post@ralfj.de> | 2019-08-02 14:20:42 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2019-08-08 19:31:46 +0200 |
| commit | 05aa983f4c3fa10de98be229451b32fdd5fa7c49 (patch) | |
| tree | bfda48f4fb243fecaa0f3b43759bf2154e4162df /src/bootstrap | |
| parent | ceda77486f8a37f85326f38bfc7509eea4c38ce9 (diff) | |
| download | rust-05aa983f4c3fa10de98be229451b32fdd5fa7c49.tar.gz rust-05aa983f4c3fa10de98be229451b32fdd5fa7c49.zip | |
let us try to find out where that panic is coming from
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/test.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs index 00a2802ba81..8b8b38b1509 100644 --- a/src/bootstrap/test.rs +++ b/src/bootstrap/test.rs @@ -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; |
