mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
c92fc8db8b
do not call black_box on Miri Helps with https://github.com/rust-lang/rust/issues/75274 (but https://github.com/rust-lang/rust/pull/74932 introduced unrelated breakage that will need a separate fix) Cc @eggyal r? @Mark-Simulacrum