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
..
named_lifetimes_basic.rs rustfmt tests/mir-opt. 2024-06-03 14:17:16 +10:00
named_lifetimes_basic.use_x.nll.0.mir Allow to run filecheck in mir-opt tests. 2023-10-19 15:51:52 +00:00
region_subtyping_basic.main.nll.0.32bit.mir do not lifetime-extend array/slice indices 2025-09-26 20:14:57 -07:00
region_subtyping_basic.main.nll.0.64bit.mir do not lifetime-extend array/slice indices 2025-09-26 20:14:57 -07:00
region_subtyping_basic.rs [AUTO_GENERATED] Migrate compiletest to use ui_test-style //@ directives 2024-02-22 16:04:04 +00:00