mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-28 03:24:11 +00:00
interpret/visitor: support visiting with a PlaceTy Finally we can visit a `PlaceTy` in a way that will only do `force_allocation` when needed ti visit a field. :) r? `@oli-obk`