Skip to content

std: Fix formatting flags for chars #26698

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 1, 2015
Merged

Conversation

alexcrichton
Copy link
Member

This recently regressed in #24689, and this updates the Display implementation
to take formatting flags into account.

Closes #26625

This recently regressed in rust-lang#24689, and this updates the `Display` implementation
to take formatting flags into account.

Closes rust-lang#26625
@rust-highfive
Copy link
Contributor

r? @huonw

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member Author

Fix is by @SimonSapin

@alexcrichton
Copy link
Member Author

Nominating for backporting to beta as well (as this regression first appeared in beta)

@alexcrichton alexcrichton added the beta-nominated Nominated for backporting to the compiler in the beta channel. label Jul 1, 2015
@huonw
Copy link
Member

huonw commented Jul 1, 2015

@bors r+

@bors
Copy link
Collaborator

bors commented Jul 1, 2015

📌 Commit 98566ea has been approved by huonw

bors added a commit that referenced this pull request Jul 1, 2015
This recently regressed in #24689, and this updates the `Display` implementation
to take formatting flags into account.

Closes #26625
@bors
Copy link
Collaborator

bors commented Jul 1, 2015

⌛ Testing commit 98566ea with merge 1fc0f68...

@bors bors merged commit 98566ea into rust-lang:master Jul 1, 2015
@alexcrichton alexcrichton added the T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. label Jul 7, 2015
@alexcrichton alexcrichton deleted the char-fmt branch July 8, 2015 20:36
@alexcrichton
Copy link
Member Author

accepting for beta

@alexcrichton alexcrichton added the beta-accepted Accepted for backporting to the compiler in the beta channel. label Jul 8, 2015
@brson brson removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Jul 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta-accepted Accepted for backporting to the compiler in the beta channel. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants