mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
864ab0cc36
interpret: pass MemoryKind to before_memory_deallocation This will be needed for https://github.com/rust-lang/miri/pull/3475. r? ``@oli-obk``