mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 08:47:09 +00:00
The documentation previously said the new capacity cannot overflow `usize`, but in fact it cannot exceed `isize::MAX`.
The documentation previously said the new capacity cannot overflow `usize`, but in fact it cannot exceed `isize::MAX`.