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