mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
afaba1997d
disable btree size tests on Miri Seems fine not to run these in Miri, they can't have UB anyway. And this lets us do layout randomization in Miri. r? ``@thomcc``