mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
0677d97293
Use PlaceRef projection abstractions more consistently in rustc_mir PlaceRef contains abstractions for dealing with the `projections` array. This PR uses these abstractions more consistently within the `rustc_mir` crate. See associated issue: rust-lang/rust#80647. r? `@RalfJung`