]> git.lizzy.rs Git - rust.git/commit
Stabilize std::error
authorAaron Turon <aturon@mozilla.com>
Tue, 6 Jan 2015 17:20:40 +0000 (09:20 -0800)
committerAaron Turon <aturon@mozilla.com>
Tue, 6 Jan 2015 17:20:40 +0000 (09:20 -0800)
commit7de9a73ab5891b190b3f49004fa75599a94c70ad
treef632931beaa3426be440383b7b33e9df92349f5e
parent8efd9901b628d687d11a4d0ccc153553b38ada49
Stabilize std::error

This commit is a first past stabilization of `std::error`:

* The module is stable.
* The `FromError` trait and impls are stable
* The `Error` trait itself is left unstable, pending current APIs and
  possible revisions during the alpha cycle.
src/libstd/error.rs