- 
                Notifications
    
You must be signed in to change notification settings  - Fork 13.9k
 
Closed
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
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.
 
Footnotes
wetneb, AhoyISki and jabari-max
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.