mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 16:56:29 +00:00
disable strict-provenance-violating doctests in Miri Most of these are on deprecated unstable functions anyway. This lets us run the remaining doctests with `-Zmiri-strict-provenance`, which I think is a win. r? `@thomcc`