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

Tracking issue for the use_group_as RFC #27578

Closed
nikomatsakis opened this issue Aug 7, 2015 · 2 comments
Closed

Tracking issue for the use_group_as RFC #27578

nikomatsakis opened this issue Aug 7, 2015 · 2 comments
Labels
B-RFC-approved Blocker: Approved by a merged RFC but not yet implemented.

Comments

@nikomatsakis
Copy link
Contributor

Tracking issue for rust-lang/rfcs#1219.

Intention is to permit syntax like:

use std::io::{
    Error as IoError,
    Read,
    Write
}

the semantics of which are fairly self-explanatory.

@Manishearth
Copy link
Member

#27451

@steveklabnik steveklabnik added the B-RFC-approved Blocker: Approved by a merged RFC but not yet implemented. label Aug 13, 2015
@apasel422
Copy link
Contributor

Should this be closed now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-RFC-approved Blocker: Approved by a merged RFC but not yet implemented.
Projects
None yet
Development

No branches or pull requests

4 participants