mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
c0dc979549
When lowering non-overloaded indexing operations to MIR, this uses the temporary lifetime of the index expression for the index, rather than applying the temporary lifetime of the indexing operation as a whole to the index.