mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
efd553c8a9
The IntoIterator trait is currently not implemented for arrays with more than 32 elements, so for longer arrays, the iter() or iter_mut() methods must be used.