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

Conversation

alexcrichton
Copy link
Member

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]

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]
@rust-highfive
Copy link
Collaborator

r? @aturon

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

@alexcrichton
Copy link
Member Author

r? @nikomatsakis

@rust-highfive rust-highfive assigned nikomatsakis and unassigned aturon Mar 26, 2015
@nikomatsakis
Copy link
Contributor

/me excited

@nikomatsakis
Copy link
Contributor

@bors r+ 9754b06

Manishearth added a commit to Manishearth/rust that referenced this pull request Mar 26, 2015
… r=nikomatsakis

 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 added a commit to alexcrichton/rust that referenced this pull request Mar 27, 2015
@bors bors merged commit 9754b06 into rust-lang:master Mar 28, 2015
@alexcrichton alexcrichton deleted the remove-old-impl-check branch March 28, 2015 02:05
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.

5 participants