mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
2d64f229a0
Use index based drop loop for slices and arrays Instead of building two kinds of drop pair loops, of which only one will be eventually used at runtime in a given monomorphization, always use index based loop.