mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 21:16:27 +03:00
3bf5c6d99b
Use strongly typed wrapped indices in `VecDeque` This is far from perfect, but it would have prevented https://github.com/rust-lang/rust/pull/151769. r? @joboet