Skip to content

Glob Import Bug #21831

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
JustAPerson opened this issue Feb 1, 2015 · 2 comments
Closed

Glob Import Bug #21831

JustAPerson opened this issue Feb 1, 2015 · 2 comments
Labels
A-resolve Area: Name/path resolution done by `rustc_resolve` specifically

Comments

@JustAPerson
Copy link
Contributor

While reorganizing my code, I encountered some strange errors related to glob imports. Removing either of the glob imports causes the (unrelated error) to no longer occur.

Here is my test case

$ rustc --version
rustc 1.0.0-nightly (c5961ad06 2015-01-28 21:49:38 +0000)
@kmcallister kmcallister added the A-resolve Area: Name/path resolution done by `rustc_resolve` specifically label Feb 1, 2015
@sfackler
Copy link
Member

sfackler commented Feb 1, 2015

Looks like it could be a dup of #18083

@JustAPerson
Copy link
Contributor Author

No longer reproduces (on nightly at least, probably fixed a while ago).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-resolve Area: Name/path resolution done by `rustc_resolve` specifically
Projects
None yet
Development

No branches or pull requests

3 participants