mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
52f8aec14c
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`