mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 19:16:36 +00:00
interpret: get rid of MemPlaceMeta::Poison
This is achieved by refactoring the projection code (`{mplace,place,operand}_{downcast,field,index,...}`) so that we no longer need to call `assert_mem_place` in the operand handling.