-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Tracking Issue for os_string_pathbuf_leak
#125965
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Comments
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Jun 5, 2024
…ak, r=workingjubilee Implement `os_string_pathbuf_leak` implementation of rust-lang#125965 ACP: rust-lang/libs-team#389 [ Accepted ]
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jun 8, 2024
…, r=workingjubilee Implement `os_string_pathbuf_leak` implementation of rust-lang#125965 ACP: rust-lang/libs-team#389 [ Accepted ]
This feature is fairly small & uncontroversial, is it OK to proceed with the stabilisation PR at this point? |
jhpratt
added a commit
to jhpratt/rust
that referenced
this issue
Jun 7, 2025
…_pathbuf_leak, r=dtolnay Stabilise `os_string_pathbuf_leak` This PR stabilises `#[feature(os_string_pathbuf_leak)]`, which defines 2 new methods in the std: ```rs impl OsString { pub fn leak<'a>(self) -> &'a mut OsStr; } impl PathBuf { pub fn leak<'a>(self) -> &'a mut Path; } ``` ACP: rust-lang/libs-team#389 Tracking issue: rust-lang#125965 Implementation: rust-lang#125966
jhpratt
added a commit
to jhpratt/rust
that referenced
this issue
Jun 7, 2025
…_pathbuf_leak, r=dtolnay Stabilise `os_string_pathbuf_leak` This PR stabilises `#[feature(os_string_pathbuf_leak)]`, which defines 2 new methods in the std: ```rs impl OsString { pub fn leak<'a>(self) -> &'a mut OsStr; } impl PathBuf { pub fn leak<'a>(self) -> &'a mut Path; } ``` ACP: rust-lang/libs-team#389 Tracking issue: rust-lang#125965 Implementation: rust-lang#125966
rust-timer
added a commit
that referenced
this issue
Jun 7, 2025
Rollup merge of #137992 - its-the-shrimp:stabilise_os_string_pathbuf_leak, r=dtolnay Stabilise `os_string_pathbuf_leak` This PR stabilises `#[feature(os_string_pathbuf_leak)]`, which defines 2 new methods in the std: ```rs impl OsString { pub fn leak<'a>(self) -> &'a mut OsStr; } impl PathBuf { pub fn leak<'a>(self) -> &'a mut Path; } ``` ACP: rust-lang/libs-team#389 Tracking issue: #125965 Implementation: #125966
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Uh oh!
There was an error while loading. Please reload this page.
Feature gate:
#![feature(os_string_pathbuf_leak)]
This is a tracking issue for rust-lang/libs-team#389
Public API
Steps / History
os_string_pathbuf_leak
#125966Unresolved Questions
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: