mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 19:58:19 +00:00
implement `iter_projections` function on `PlaceRef` this makes the api more flexible. the original function now calls the PlaceRef version to avoid duplicating the code.
For more information about how rustc works, see the rustc dev guide.