Files
rust/library
Matthias Krüger 56b02b2137 Rollup merge of #100532 - RalfJung:unwind-miri, r=Mark-Simulacrum
unwind: don't build dependency when building for Miri

This is basically re-submitting https://github.com/rust-lang/rust/pull/94813.

In that PR there was a suggestion to instead have bootstrap set a `RUST_CHECK` env var and use that rather than doing something Miri-specific. However, such an env var would mean that when switching between `./x.py check` and `./x.py build`, the build script gets re-run each time, which doesn't seem good. So I think for now checking for Miri probably causes fewer problems.

r? ````@Mark-Simulacrum````
2022-08-17 12:32:53 +02:00
..
2022-08-12 16:28:15 -04:00
2022-05-20 09:30:26 +02:00
2022-06-03 17:16:41 -04:00
2022-08-16 19:32:00 +02:00
2022-08-07 11:56:12 -04:00