rust/library/std/src/ffi
Matthias Krüger efd68db768
Rollup merge of #113701 - aswild:std-ffi-frombytesuntilnul, r=dtolnay
Re-export core::ffi::FromBytesUntilNulError in std::ffi

Like the other CStr and CString error types, make a re-export for std::ffi::FromBytesUntilNulError.

This seems to have slipped through the cracks in the cstr_from_bytes_until_nul implementation and core_c_str migration.

Tracking Issue: #95027
2023-07-31 22:51:13 +02:00
..
os_str Implement [OsStr]::join 2022-05-09 22:11:25 +02:00
mod.rs Re-export core::ffi::FromBytesUntilNulError in std::ffi 2023-07-14 11:08:57 -04:00
os_str.rs Rollup merge of #113442 - epage:osstring, r=cuviper 2023-07-22 11:48:53 +02:00