mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
a5a690cf4b
Drop array patterns using subslices Fixes #109004 Drops contiguous subslices of an array when moving elements out with a pattern, which improves perf for large arrays r? `@compiler-errors`