Skip to content

Add a regression test for #8640.#26718

Merged
bors merged 1 commit into
rust-lang:masterfrom
nham:test-8640
Jul 2, 2015
Merged

Add a regression test for #8640.#26718
bors merged 1 commit into
rust-lang:masterfrom
nham:test-8640

Conversation

@nham

@nham nham commented Jul 1, 2015

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Contributor

r? @huonw

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

@alexcrichton

Copy link
Copy Markdown
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

bors commented Jul 2, 2015

Copy link
Copy Markdown
Collaborator

⌛ Testing commit c9c5ea7 with merge 969d6ca...

@bors

bors commented Jul 2, 2015

Copy link
Copy Markdown
Collaborator

@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