Files
rust/tests/mir-opt/nll
dianne c0dc979549 do not lifetime-extend array/slice indices
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.
2025-09-26 20:14:57 -07:00
..