Skip to content

rustdoc: process cross-crate glob re-exports - #51584

Merged
bors merged 1 commit into
rust-lang:masterfrom
QuietMisdreavus:globs-and-crosses
Jun 16, 2018
Merged

rustdoc: process cross-crate glob re-exports#51584
bors merged 1 commit into
rust-lang:masterfrom
QuietMisdreavus:globs-and-crosses

Conversation

@QuietMisdreavus

Copy link
Copy Markdown
Contributor

Turns out, we were deliberately ignoring glob re-exports when they were occurring across crates, even though we were fully processing them for local re-exports. This will at least bring the two into parity.

Fixes#51252

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @frewsxcv

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

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 15, 2018
@QuietMisdreavus

Copy link
Copy Markdown
ContributorAuthor

r? @ollie27

@ollie27

Copy link
Copy Markdown
Contributor

Looks good to me.

@bors r+

@bors

bors commented Jun 16, 2018

Copy link
Copy Markdown
Collaborator

@ollie27: 🔑 Insufficient privileges: Not in reviewers

@petrochenkov

Copy link
Copy Markdown
Contributor

@bors delegate=ollie27
@bors r=ollie27

@bors

bors commented Jun 16, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit 042f1df has been approved by ollie27

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jun 16, 2018
@bors

bors commented Jun 16, 2018

Copy link
Copy Markdown
Collaborator

✌️ @ollie27 can now approve this pull request

@bors

bors commented Jun 16, 2018

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 042f1df with merge b2bbb5a...

bors added a commit that referenced this pull request Jun 16, 2018
rustdoc: process cross-crate glob re-exports
Turns out, we were deliberately ignoring glob re-exports when they were occurring across crates, even though we were fully processing them for local re-exports. This will at least bring the two into parity.
Fixes#51252
@bors

bors commented Jun 16, 2018

Copy link
Copy Markdown
Collaborator

☀️ Test successful - status-appveyor, status-travis
Approved by: ollie27
Pushing b2bbb5a to master...

@bors
bors merged commit 042f1df into rust-lang:masterJun 16, 2018
@QuietMisdreavus
QuietMisdreavus deleted the globs-and-crosses branch June 17, 2018 15:36
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@QuietMisdreavus@rust-highfive@ollie27@bors@petrochenkov@frewsxcv