Skip to content

Conversation

@tamird
Copy link
Contributor

@tamird tamird commented Nov 10, 2025

Fixes #114583.

819247f changed <str as Debug>::fmt such that it does not escape single
quotes, but neglected to apply the same choice to OsString. This commit
does that.
@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Nov 10, 2025
@rustbot
Copy link
Collaborator

rustbot commented Nov 10, 2025

r? @ChrisDenton

rustbot has assigned @ChrisDenton.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@joboet joboet added the I-libs-nominated Nominated for discussion during a libs team meeting. label Nov 11, 2025
@tamird
Copy link
Contributor Author

tamird commented Nov 13, 2025

r? @Amanieu (approved related PR #114132)

@rustbot rustbot assigned Amanieu and unassigned ChrisDenton Nov 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

I-libs-nominated Nominated for discussion during a libs team meeting. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OsString Debug implementation prints escaped single quotes

5 participants