rust/library/std/src/ffi
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
..
os_str Implement [OsStr]::join 2022-05-09 22:11:25 +02:00
mod.rs Stabilize core::ffi::CStr, alloc::ffi::CString, and friends 2022-07-15 03:10:35 -07:00
os_str.rs Guarantee try_reserve preserves the contents on error 2022-08-10 01:51:38 +09:00