mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +00:00
I added `PlaceValue` in 123775, but kept that one line-by-line simple because it touched so many places. This goes through to add more helpers & docs, and change some `PlaceRef` to `PlaceValue` where the type didn't need to be included. No behaviour changes.