Skip to content

Stabilize std::error - #20647

Merged
alexcrichton merged 1 commit into
rust-lang:masterfrom
aturon:stab-2-error
Jan 7, 2015
Merged

Stabilize std::error#20647
alexcrichton merged 1 commit into
rust-lang:masterfrom
aturon:stab-2-error

Conversation

@aturon

@aturon aturon commented Jan 6, 2015

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Contributor

r? @pcwalton

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

@aturon

aturon commented Jan 6, 2015

Copy link
Copy Markdown
Contributor Author

r? @alexcrichton

@aturon

aturon commented Jan 6, 2015

Copy link
Copy Markdown
Contributor Author

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
lnicola pushed a commit to lnicola/rust that referenced this pull request Sep 18, 2025
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