Closed
Description
This includes the methods:
CString::into_boxed_c_str
OsString::into_boxed_os_str
PathBuf::into_boxed_path
<Box<CStr>>::into_c_string
<Box<OsStr>>::into_os_string
<Box<Path>>::into_path_buf
CString::as_c_str
The into_boxed_*
methods coming from #39594, the other into_*
methods from #40009, and the as_c_str
method from #41095.
The features for the methods are into_boxed_c_str
, into_boxed_os_str
, into_boxed_path
, and as_c_str
.
Metadata
Metadata
Assignees
Labels
Blocker: Implemented in the nightly compiler and unstable.Category: An issue tracking the progress of sth. like the implementation of an RFCRelevant to the library API team, which will review and decide on the PR/issue.In the final comment period and will be merged soon unless new substantive objections are raised.