mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
769fb8a8b7
The size assertion in the comment was inverted compared to the code. After fixing that the implication that `(new_size >= old_size) => new_size != 0` still doesn't hold so explain why `old_size != 0` at this point.