-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
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 RFCS-tracking-unimplementedStatus: The feature has not been implemented.Status: The feature has not been implemented.T-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(deref_mut_methods)]
This is a tracking issue for missing named methods which are equivalent to a DerefMut
implementation. It is loosely related to #144288, which tracks methods which already exist but are not const-stable.
Public API
impl OsString {
pub const fn as_mut_os_str(&mut self) -> &mut OsStr;
}
impl PathBuf {
pub const fn as_mut_path(&mut self) -> &mut Path;
}
Steps / History
(Remember to update the S-tracking-*
label when checking boxes.)
- ACP: ACP: Proper const
Deref
methods libs-team#624 - Implementation: Constify conversion traits #144289
- Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
None.
Footnotes
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 RFCS-tracking-unimplementedStatus: The feature has not been implemented.Status: The feature has not been implemented.T-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.