-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the RFC.Relevant to the library API team, which will review and decide on the RFC.
Description
Right now, EscapeUnicode
, EscapeDefault
, EscapeDebug
, ToLowercase
, and ToUppercase
do not implement Display
. I think that this would be rather useful, because then you could simplyprint!("{}", 'ß'.to_uppercase())
instead of having to do a for loop or convert to a String
(which is costly).
Code is implemented in rust-lang/rust#38909.
Metadata
Metadata
Assignees
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the RFC.Relevant to the library API team, which will review and decide on the RFC.