-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Debug-print error when using rtunwrap #60204
Conversation
r? @Kimundi (rust_highfive has picked a reviewer for you, use r? to override) |
Could the PR description and/or commit be expanded with rationale for the change and/or how this came up? This function is often used to be a code-size-wise light alternative to |
Done
In my mind, it's more of an “abort immediately” alternative to
|
@bors: r+ |
📌 Commit 942831e has been approved by |
…=alexcrichton Debug-print error when using rtunwrap When I added this macro a while back I didn't have a way to make it print the failure for all types that you might want to unwrap. Now, I came up with a solution.
Debug-print error when using rtunwrap When I added this macro a while back I didn't have a way to make it print the failure for all types that you might want to unwrap. Now, I came up with a solution.
☀️ Test successful - checks-travis, status-appveyor |
When I added this macro a while back I didn't have a way to make it print the failure for all types that you might want to unwrap. Now, I came up with a solution.