mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +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`