Add richer error-handling constructs #434
Closed
Labels
Comments
|
Is there a chance we could see a Eg: macro_rules! fail {
($expr:expr) => (
return Err(::std::error::FromError::from_error($expr));
)
} |
|
fail! is a nice complement to try! +1 on that |
|
What about stack traces? Stack traces are immensely useful for diagnosing errors in large long-running applications. Or is that an orthogonal feature? |
|
We can probably close this now since there are so many various error handling proposals. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The trait-based exception handling RFC was postponed for the 1.0 timeframe, but the core team and broader community are generally in favor of this design. We hope to revisit it shortly after the release candidate is produced.
The text was updated successfully, but these errors were encountered: