-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Rollup of 5 pull requests #59602
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Rollup of 5 pull requests #59602
Conversation
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.
…, r=pnkfelix Suggest using anonymous lifetime in `impl Trait` return Fix rust-lang#48467. r? @nikomatsakis
…er_error_msg, r=pnkfelix fixes rust-lang#56766 fixes rust-lang#56766
Fixed URL in cargotest::TEST_REPOS
…excrichton Print the appveyor agent version at the start of the build [AppVeyor support asked for this.](https://help.appveyor.com/discussions/problems/19657-successful-builds-failing-with-code-259#comment_47132359) r? @alexcrichton
Fix small typo This PR fixes a small typo in `eq()` comments.
@bors r+ p=5 |
📌 Commit ab19e15 has been approved by |
⌛ Testing commit ab19e15 with merge af188067b15be58ad36015a884acc8385292c8a9... |
💔 Test failed - checks-travis |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@bors retry |
Successful merges:
impl Trait
return #58919 (Suggest using anonymous lifetime inimpl Trait
return)Failed merges:
r? @ghost