mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 03:07:25 +00:00

interpret: avoid a long-lived PlaceTy in stack frames `PlaceTy` uses a representation that's not very stable under changes to the stack. I'd feel better if we didn't have one in the long-term machine state. r? `@oli-obk`