Skip to content

std: Don't accidentally truncate *T formatting #22855

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

Closed
wants to merge 1 commit into from

Conversation

alexcrichton
Copy link
Member

Just a mistaken u32 cast instead of usize

Closes #22854

Just a mistaken u32 cast instead of usize

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

r? @aturon

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

@nagisa
Copy link
Member

nagisa commented Feb 27, 2015

LGTM. A test’d sound nice, though.

@alexcrichton
Copy link
Member Author

A test was added in #22901.

@alexcrichton alexcrichton deleted the issue-22854 branch April 2, 2015 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Debug formatting for pointers is truncated
4 participants