-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Add as_c_str #41095
Add as_c_str #41095
Conversation
r? @sfackler (rust_highfive has picked a reviewer for you, use r? to override) |
cc @alexcrichton and #40380 |
Seems reasonable to me, thanks! Looks like |
Oh, huh, you're right. Will fix. |
8b6f161
to
84e176b
Compare
Passes now! Ready to merge. |
@bors: r+ |
📌 Commit 68909b0 has been approved by |
⌛ Testing commit 68909b0 with merge f31dcc0... |
💔 Test failed - status-travis |
Add as_c_str Again, tying up some consistencies with `CString`.
☀️ Test successful - status-appveyor, status-travis |
Again, tying up some consistencies with
CString
.