Skip to content

Conversation

ghost
Copy link

@ghost ghost commented Jan 13, 2016

Fixes #30477, #30213.

The loop over reexports used to be a closure before #30043 but it's an iterator now so it should just continue instead of exiting the loop and skipping stuff.

r? @brson

@alexcrichton
Copy link
Member

@bors: r+ 42acf89

@brson brson added the beta-nominated Nominated for backporting to the compiler in the beta channel. label Jan 13, 2016
@alexcrichton
Copy link
Member

@bors: p=1

@alexcrichton
Copy link
Member

(good candidate to backport)

@brson
Copy link
Contributor

brson commented Jan 13, 2016

Woo! Thanks @eljay

@bors
Copy link
Collaborator

bors commented Jan 13, 2016

⌛ Testing commit 42acf89 with merge 1447ce7...

bors added a commit that referenced this pull request Jan 13, 2016
Fixes #30477, #30213.

The loop over reexports used to be a closure before #30043 but it's an iterator now so it should just continue instead of exiting the loop and skipping stuff.

r? @brson
@bors bors merged commit 42acf89 into rust-lang:master Jan 14, 2016
@brson brson added the beta-accepted Accepted for backporting to the compiler in the beta channel. label Jan 14, 2016
@alexcrichton alexcrichton removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Jan 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta-accepted Accepted for backporting to the compiler in the beta channel.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants