Skip to content

Conversation

aturon
Copy link
Contributor

@aturon aturon commented Jan 6, 2015

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.

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.
@rust-highfive
Copy link
Contributor

r? @pcwalton

(rust_highfive has picked a reviewer for you, use r? to override)

@aturon
Copy link
Contributor Author

aturon commented Jan 6, 2015

r? @alexcrichton

@aturon
Copy link
Contributor Author

aturon commented Jan 6, 2015

cc @mitsuhiko, the Error trait is staying #[unstable] for alpha so that we can consider changes like those proposed in your RFC.

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Jan 7, 2015
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.
@alexcrichton alexcrichton merged commit 7de9a73 into rust-lang:master Jan 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants