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

Move ::std::error to ::core::error #33149

Closed

Commits on Apr 22, 2016

  1. Move ::std::error to ::core::error.

    - Moved entire module to libcore
    - Apply `#[fundamental]` to the `Error` trait [breaking-change]
    - Move Box downcast methods to methods on `Box<Error>` [breaking-change]
    thepowersgang committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    5c35ada View commit details
    Browse the repository at this point in the history
  2. Fix tidy errors

    thepowersgang committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    20d38d9 View commit details
    Browse the repository at this point in the history