-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Remove one allocation for the file path in file opening #24452
Conversation
r? @huonw (rust_highfive has picked a reviewer for you, use r? to override) |
r? @aturon (has a better idea of the tradeoffs here.) |
I think this is definitely more in-line with today's I/O primitives and paradigms, so I'm ok with this change. |
Yes, this is the direction we wanted to head in. old_io used this path for error messages, but that behavior wasn't carried over anyway. @bors: r+ |
📌 Commit 53b7a06 has been approved by |
Needs Manishearth@aa05130 to compile |
@Manishearth Sorry for the inconvenience and thanks for fixing my patch. |
⌛ Testing commit 53b7a06 with merge ca8807a... |
💔 Test failed - auto-mac-64-nopt-t |
@bors: retry On Fri, Apr 17, 2015 at 8:20 AM, bors [email protected] wrote:
|
Fixes #22190.