mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
3d871b3ced
The implementation is unsound when a partially consumed iterator has some elements buffered in the front/back parts and cloning the Iterator removes the capacity from the backing vec::IntoIter.