rust/tests
bors aa53f3f77f Auto merge of #2472 - RalfJung:backtrace, r=RalfJung
fix RUSTC_BACKTRACE always being set

I kept wondering why Miri programs, whenever isolation is disabled, behave as if RUSTC_BACKTRACE was set. Finally I realized it's because some early rustc setup code sets that env var, and that is then propagated to the interpreted program.

So fix that by taking a copy of the environment before any rustc setup, and use that copy as the basis for what is provided to the interpreted program.
2022-08-06 19:30:50 +00:00
..
fail Add mkstemp shim for unix 2022-08-02 19:56:05 -04:00
panic avoid panic/panic folder 2022-08-06 15:30:00 -04:00
pass Auto merge of #2472 - RalfJung:backtrace, r=RalfJung 2022-08-06 19:30:50 +00:00
compiletest.rs make miri a better RUSTC by default inside cargo-miri 2022-07-24 13:30:32 -04:00