mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 15:10:38 +00:00
Optimize `Iterator` implementation for `&mut impl Iterator + Sized` This adds a specialization trait to forward `fold`, `try_fold`,... to the inner iterator where possible