Open
Description
#65705 adds:
impl String {
pub fn into_raw_parts(self) -> (*mut u8, usize, usize) {…}
}
impl<T> Vec<T> {
pub fn into_raw_parts(self) -> (*mut T, usize, usize) {…}
}
Things to evaluate before stabilization
Metadata
Metadata
Assignees
Labels
Area: `std::collections`Area: raw pointers, MaybeUninit, NonNullBlocker: Implemented in the nightly compiler and unstable.Category: An issue tracking the progress of sth. like the implementation of an RFCLibs issues that are tracked on the team's project board.Relevant to the library API team, which will review and decide on the PR/issue.