mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 21:20:37 +00:00
remove miri-test-libstd hacks that are no longer needed In https://github.com/rust-lang/rust/pull/123317 we developed a different approach to testing the standard library in Miri, and with https://github.com/rust-lang/miri-test-libstd/pull/56 the out-of-tree miri-test-libstd has been switched to that approach. That makes these hacks here no longer necessary.