Skip to content

Add a regression test for #8640. #26718

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

Merged
merged 1 commit into from
Jul 2, 2015
Merged

Add a regression test for #8640. #26718

merged 1 commit into from
Jul 2, 2015

Conversation

nham
Copy link
Contributor

@nham nham commented Jul 1, 2015

This doesn't add a test for the main problem in #8640 since it seems that
was already fixed (including a test) in PR #19522. This just adds a test
for a program mentioned in the comments that used to erroneously compile.

Closes #8640.

This doesn't add a test for the main problem in rust-lang#8640 since it seems that
was already fixed (including a test) in PR rust-lang#19522. This just adds a test
for a program mentioned in the comments that used to erroneously compile.

Closes rust-lang#8640.
@rust-highfive
Copy link
Contributor

r? @huonw

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

@alexcrichton
Copy link
Member

@bors: r+ c9c5ea7

Thanks!

bors added a commit that referenced this pull request Jul 2, 2015
This doesn't add a test for the main problem in #8640 since it seems that
was already fixed (including a test) in PR #19522. This just adds a test
for a program mentioned in the comments that used to erroneously compile.

Closes #8640.
@bors
Copy link
Collaborator

bors commented Jul 2, 2015

⌛ Testing commit c9c5ea7 with merge 969d6ca...

@bors bors merged commit c9c5ea7 into rust-lang:master Jul 2, 2015
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.

use-ing an item from the current module causes unresolved use errors.
5 participants