Skip to content

printf type correctness #38223

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
Dec 10, 2016
Merged

Conversation

hanna-kruppe
Copy link
Contributor

The %.*s format specifier requires an int for the maximum size, but StringRef::size is a size_t

cc @shepmaster

The %.*s format specifier requires an int for the maximum size, but StringRef::size is a size_t

cc @shepmaster
@rust-highfive
Copy link
Contributor

r? @aturon

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

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Collaborator

bors commented Dec 7, 2016

📌 Commit f58e553 has been approved by alexcrichton

@bors
Copy link
Collaborator

bors commented Dec 10, 2016

⌛ Testing commit f58e553 with merge ebf2e7d...

bors added a commit that referenced this pull request Dec 10, 2016
printf type correctness

The `%.*s` format specifier requires an int for the maximum size, but StringRef::size is a size_t

cc @shepmaster
@bors bors merged commit f58e553 into rust-lang:master Dec 10, 2016
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.

5 participants