Location
https://github.com/rust-lang/rust/blob/master/library/core/src/ffi/c_str.rs#L69
Summary
CStr::to_string lossy is still used documentation example, but method in no long on this struct after it was moved to core, so method is not documented, so example is confusing.
Location
https://github.com/rust-lang/rust/blob/master/library/core/src/ffi/c_str.rs#L69
Summary
CStr::to_string lossy is still used documentation example, but method in no long on this struct after it was moved to core, so method is not documented, so example is confusing.