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

rustc: Remove support for old_impl_check #23749

Merged
merged 1 commit into from
Mar 28, 2015

Commits on Mar 26, 2015

  1. rustc: Remove support for old_impl_check

    This commit removes compiler support for the `old_impl_check` attribute which
    should in theory be entirely removed now. The last remaining use of it in the
    standard library has been updated by moving the type parameter on the
    `old_io::Acceptor` trait into an associated type. As a result, this is a
    breaking change for all current users of the deprecated `old_io::Acceptor`
    trait. Code can be migrated by using the `Connection` associated type instead.
    
    [breaking-change]
    alexcrichton committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    9754b06 View commit details
    Browse the repository at this point in the history