mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 21:45:15 +00:00
better support for running libcore tests with Miri See https://github.com/rust-lang/miri-test-libstd/issues/4 for a description of the problem that this fixes. Thanks to `@hyd-dev` for suggesting this patch!