mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-07 12:47:29 +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.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.