YOSHIOKA Takuma 2bb7e1e6ed
Guarantee try_reserve preserves the contents on error
Update doc comments to make the guarantee explicit. However, some
implementations does not have the statement though.

* `HashMap`, `HashSet`: require guarantees on hashbrown side.
* `PathBuf`: simply redirecting to `OsString`.

Fixes #99606.
2022-08-10 01:51:38 +09:00
..
2022-03-22 15:14:33 -07:00
2022-07-20 08:57:36 +01:00
2022-05-26 21:11:16 +02:00