Skip to content

Fix rustdoc reexports#30870

Merged
bors merged 1 commit into
masterfrom
unknown repository
Jan 14, 2016
Merged

Fix rustdoc reexports#30870
bors merged 1 commit into
masterfrom
unknown repository

Conversation

@ghost

@ghost ghost commented Jan 13, 2016

Copy link
Copy Markdown

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

@bors: p=1

@alexcrichton

Copy link
Copy Markdown
Member

(good candidate to backport)

@brson

brson commented Jan 13, 2016

Copy link
Copy Markdown
Contributor

Woo! Thanks @eljay

@bors

bors commented Jan 13, 2016

Copy link
Copy Markdown
Collaborator

⌛ 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