Files
rust/library/alloc/src
Jonathan Brouwer 935805e80a Rollup merge of #153384 - safer-rust:main, r=oli-obk
Add missing safety doc for CString::from_vec_unchecked and async_drop_in_place

Add missing safety documentation for two unsafe APIs:

* `CString::from_vec_unchecked` – # Safety: the caller must ensure `v` contains no NUL bytes in its contents.
* `async_drop_in_place` – # Safety: see [`ptr::drop_in_place`] for safety requirements.
2026-03-13 13:27:49 +01:00
..
2026-01-11 16:39:18 +03:00
2025-11-14 18:23:19 +03:00
2026-02-07 17:20:39 +03:00
2026-01-07 09:31:59 +08:00