Skip to content

Rollup of 7 pull requests - #42494

Merged
bors merged 21 commits into
rust-lang:masterfrom
frewsxcv:rollup
Jun 7, 2017
Merged

Rollup of 7 pull requests#42494
bors merged 21 commits into
rust-lang:masterfrom
frewsxcv:rollup

Conversation

bjorn3and others added 21 commits June 3, 2017 18:18
Removes 'elided' from lifetime resolution errors
Removes 'elided' from relevant error messaging tests
Better docs
Working on more doc improvements
Edit: done for today
Remove 'elided' from lifetime resolution error
Removes 'elided' from lifetime resolution errors
Removes 'elided' from relevant error messaging tests
This PR resolvesrust-lang#29094
r? @Mark-Simulacrum
…hton
rustc_llvm: re-run build script if config.toml changes
closesrust-lang#35199
…crichton
Skip printing for skipped doc tests.
Followup to rust-lang#42437 to further reduce noise.
r? @alexcrichton
@rust-highfive

Copy link
Copy Markdown
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @pnkfelix (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@frewsxcv

Copy link
Copy Markdown
ContributorAuthor

@bors r+ p=10

@bors

bors commented Jun 7, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit 24f48d0 has been approved by frewsxcv

@bors

bors commented Jun 7, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 24f48d0 with merge f73f675...

bors added a commit that referenced this pull request Jun 7, 2017
Rollup of 7 pull requests
- Successful merges: #42409, #42415, #42429, #42438, #42466, #42469, #42485
- Failed merges:
@bors

bors commented Jun 7, 2017

Copy link
Copy Markdown
Collaborator

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

@bors
bors merged commit 24f48d0 into rust-lang:masterJun 7, 2017
@CentrilCentril added the rollup A PR which is a rollup label Oct 2, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

12 participants

@frewsxcv@rust-highfive@bors@pnkfelix@Centril@bjorn3@stephen-lazaro@venkatagiri@king6cong@citizen428@wesleywiser@Mark-Simulacrum