mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 11:47:13 +00:00

interpret: clean up AllocBytes Fixes https://github.com/rust-lang/miri/issues/2836 Nothing has moved here in half a year, so let's just remove these unused stubs -- they need a proper re-design anyway. r? `@oli-obk`