mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
b2836bd34c
Fix box with custom allocator in miri This should fix the failures in https://github.com/rust-lang/miri/pull/2072 and https://github.com/rust-lang/rust/pull/98510. cc ```@RalfJung```