mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 11:47:13 +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.