mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +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.