-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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.disposition-mergeThis issue / PR is in PFCP or FCP with a disposition to merge it.This issue / PR is in PFCP or FCP with a disposition to merge it.finished-final-comment-periodThe final comment period is finished for this PR / Issue.The final comment period is finished for this PR / Issue.
Milestone
Description
Feature gate: #![feature(os_str_display)]
This is a tracking issue for the OsStr::display
method.
Public API
// std::ffi
pub mod os_str {
pub struct Display<'a> { /* private fields */ }
}
impl OsStr {
pub fn display(&self) -> os_str::Display<'_>;
}
Steps / History
- ACP: ACP: Add
OsStr::display
(similar toPath::display
) libs-team#326 - Implementation: Add
display
method toOsStr
#120051 - Final comment period (FCP)1
- Stabilization PR: Stabilise
os_str_display
#137336
Unresolved Questions
- None yet.
Footnotes
LeoniePhiline, Ltrlg, dhardy, MidAutumnMoon, Serial-ATA and 5 morebjoernager and vcfxb
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.disposition-mergeThis issue / PR is in PFCP or FCP with a disposition to merge it.This issue / PR is in PFCP or FCP with a disposition to merge it.finished-final-comment-periodThe final comment period is finished for this PR / Issue.The final comment period is finished for this PR / Issue.