Skip to content
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

Stabilize std::error #20647

Merged
merged 1 commit into from
Jan 7, 2015
Merged

Stabilize std::error #20647

merged 1 commit into from
Jan 7, 2015

Conversation

aturon
Copy link
Member

@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
Collaborator

r? @pcwalton

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

@aturon
Copy link
Member Author

aturon commented Jan 6, 2015

r? @alexcrichton

@aturon
Copy link
Member 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