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: Fix shadowing private import with reexport #14236

Merged
merged 1 commit into from
May 17, 2014

Conversation

alexcrichton
Copy link
Member

The reexport didn't switch the privacy, so the reexport was actually considered
private, erroneously failing to resolve imports later on.

Closes #14082

The reexport didn't switch the privacy, so the reexport was actually considered
private, erroneously failing to resolve imports later on.

Closes rust-lang#14082
bors added a commit that referenced this pull request May 17, 2014
The reexport didn't switch the privacy, so the reexport was actually considered
private, erroneously failing to resolve imports later on.

Closes #14082
@bors bors closed this May 17, 2014
@bors bors merged commit 9a5bbd7 into rust-lang:master May 17, 2014
@alexcrichton alexcrichton deleted the issue-14082 branch May 19, 2014 15:57
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.

pub use with names that conflict with standard prelude behave incorrectly
3 participants