mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
a0111af531
ConstProp into PlaceElem::Index. Noticed this while looking at keccak output MIR. This pass aims to replace `ProjectionElem::Index` with `ProjectionElem::ConstantIndex` during ConstProp. r? `@ghost`