Open
Description
Feature gate: #![feature(os_string_pathbuf_leak)]
This is a tracking issue for rust-lang/libs-team#389
Public API
impl OsString {
fn leak<'a>(self) -> &'a mut OsStr { ... }
}
impl PathBuf {
fn leak<'a>(self) -> &'a mut Path { ... }
}
Steps / History
- Implementation: Implement
os_string_pathbuf_leak
#125966 - Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- None yet.