mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +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`
For more information about how rustc works, see the rustc dev guide.