| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-11-02 | Add error module with Error and FromError traits | Aaron Turon | -0/+111 | |
| As per [RFC 70](https://github.com/rust-lang/rfcs/blob/master/active/0070-error-chaining.md) Closes #17747 Note that the `error` module must live in `std` in order to refer to `String`. Note that, until multidispatch lands, the `FromError` trait cannot be usefully implemented outside of the blanket impl given here. | ||||
