Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rollup of 7 pull requests #59606

Merged
merged 17 commits into from
Apr 1, 2019
Merged

Rollup of 7 pull requests #59606

merged 17 commits into from
Apr 1, 2019

Conversation

Centril
Copy link
Contributor

@Centril Centril commented Apr 1, 2019

Successful merges:

Failed merges:

r? @ghost

Saleem Jaffer and others added 17 commits March 9, 2019 13:30
Fallback to `static_impl_trait` for nice error message by peeking at the
return type and the lifetime type. Point at the return type instead of
the return expr/stmt in NLL mode.
Add a -Z time option which prints only passes which runs once

This ensures `-Z time-passes` fits on my screen =P

r? @michaelwoerister
…, r=pnkfelix

Suggest using anonymous lifetime in `impl Trait` return

Fix rust-lang#48467.

r? @nikomatsakis
…eklabnik

Update rustc-guide submodule

Just keeping up with the head...

r? @steveklabnik
Fix small typo

This PR fixes a small typo in `eq()` comments.
@Centril
Copy link
Contributor Author

Centril commented Apr 1, 2019

@bors r+ p=7

@bors
Copy link
Contributor

bors commented Apr 1, 2019

📌 Commit e9b9f33 has been approved by Centril

@bors bors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Apr 1, 2019
@bors
Copy link
Contributor

bors commented Apr 1, 2019

⌛ Testing commit e9b9f33 with merge f694222...

bors added a commit that referenced this pull request Apr 1, 2019
Rollup of 7 pull requests

Successful merges:

 - #58507 (Add a -Z time option which prints only passes which runs once)
 - #58919 (Suggest using anonymous lifetime in `impl Trait` return)
 - #59041 (fixes #56766)
 - #59586 (Fixed URL in cargotest::TEST_REPOS)
 - #59595 (Update rustc-guide submodule)
 - #59601 (Fix small typo)
 - #59603 (stabilize ptr::hash)

Failed merges:

r? @ghost
@bors
Copy link
Contributor

bors commented Apr 1, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: Centril
Pushing f694222 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Apr 1, 2019
@bors bors merged commit e9b9f33 into rust-lang:master Apr 1, 2019
@Centril Centril deleted the rollup branch April 1, 2019 21:56
@Centril Centril added the rollup A PR which is a rollup label Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. rollup A PR which is a rollup S-waiting-on-bors Status: 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.

Blank document comment in trait raises error different from with that in function.
7 participants