mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
123611f208
Miri: recursive validity: also recurse into Boxes Now that https://github.com/rust-lang/rust/issues/97270 is fixed, the recursive validity mode for Miri can recuse into Boxes without exploding everywhere.