Open
Description
Feature gate: #![feature(const_pathbuf_osstring_new)]
This is a tracking issue for making OsString::new
and PathBuf::new
const
functions.
Public API
impl OsString {
pub const fn new() -> OsString;
}
impl PathBuf {
pub const fn new() -> PathBuf;
}
Steps / History
(Remember to update the S-tracking-*
label when checking boxes.)
- Implementation: make
OsString::new
andPathBuf::new
unstably const #141467 - Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- None yet.
Footnotes
Metadata
Metadata
Assignees
Labels
Category: An issue tracking the progress of sth. like the implementation of an RFCStatus: This is ready to stabilize; it may need a stabilization report and a PRRelevant to the library API team, which will review and decide on the PR/issue.This issue / PR is in PFCP or FCP with a disposition to merge it.Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off.