Skip to content

use std::io::; should be rejected #21629

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

Closed
aochagavia opened this issue Jan 25, 2015 · 2 comments
Closed

use std::io::; should be rejected #21629

aochagavia opened this issue Jan 25, 2015 · 2 comments
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. E-mentor Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion. P-low Low priority

Comments

@aochagavia
Copy link
Contributor

use std::io::; // This compiles and is equivalent to use std::io;
@brson brson added the E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. label Jan 29, 2015
@pnkfelix pnkfelix added the E-mentor Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion. label Jan 29, 2015
@pnkfelix
Copy link
Member

just a bug, P-low. pnkfelix is willing to mentor

@pnkfelix pnkfelix added P-low Low priority and removed I-nominated labels Jan 29, 2015
Manishearth added a commit to Manishearth/rust that referenced this issue Feb 1, 2015
…hton

 syntax like `use foo::bar::;` and `use foo:: as bar;` should be rejected, see issue rust-lang#21629
alexcrichton added a commit to alexcrichton/rust that referenced this issue Feb 2, 2015
syntax like `use foo::bar::;` and `use foo:: as bar;` should be rejected, see issue rust-lang#21629
@alexcrichton
Copy link
Member

Fixed in #21845

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. E-mentor Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion. P-low Low priority
Projects
None yet
Development

No branches or pull requests

4 participants