Support all formatting flags in std::path::Display
#44048
Labels
A-fmt
Area: `core::fmt`
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
E-help-wanted
Call for participation: Help is requested to fix this issue.
Libs-Tracked
Libs issues that are tracked on the team's project board.
P-low
Low priority
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
This regression was initially noted in #43765 which was caused in #42613 where this struct in the standard library no longer respects all formatting flags. This is a tracking issue for supporting all formatting flags all the time, not just when it's conveniently already a
&str
.The text was updated successfully, but these errors were encountered: