Tracking Issue for impl Display for CStr
#139984
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
S-tracking-unimplemented
Status: The feature has not been implemented.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
This is a tracking issue for
impl Display for CStr
.Implement
Display
forCStr
andCString
. The implementation would be the same as for the ByteStr and ByteString types.Public API
I'm abusing the API section here to include the whole implementation, as it is very simple.
Steps / History
Motivation and discussion is elaborated in the ACP.
2025-02-27: ACP created by @Darksonn.
2025-04-17: ACP accepted by @BurntSushi.
2025-04-17: tracking issue created.
(Remember to update the
S-tracking-*
label when checking boxes.)Since trait implementations on stable types are insta-stable, there will not be a stabilization PR for this feature
Unresolved Questions
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: