mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 09:57:50 +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.