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

feat: impl better help for .poll() not found on impl Future #108731

Merged
merged 1 commit into from
Mar 7, 2023

Conversation

Ezrashaw
Copy link
Contributor

@Ezrashaw Ezrashaw commented Mar 4, 2023

Partially address #108572

I'd like to also address suggestions for generalized Self parameters as well. That'll be a separate PR.

@rustbot
Copy link
Collaborator

rustbot commented Mar 4, 2023

r? @petrochenkov

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

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Mar 4, 2023
@Ezrashaw
Copy link
Contributor Author

Ezrashaw commented Mar 4, 2023

Umm, CI failing isn't my fault? Don't know what to do about that.

@ChrisDenton
Copy link
Member

I restarted the checks. Hopefully they work this time.

@Ezrashaw Ezrashaw force-pushed the pin-suggestion-on-impl-future branch from 9f1e2be to aaaffa9 Compare March 4, 2023 20:34
@Ezrashaw
Copy link
Contributor Author

Ezrashaw commented Mar 4, 2023

@compiler-errors Feedback implemented.

@petrochenkov
Copy link
Contributor

@bors r+

@bors
Copy link
Contributor

bors commented Mar 6, 2023

📌 Commit aaaffa9 has been approved by petrochenkov

It is now in the queue for this repository.

@bors bors 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 Mar 6, 2023
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Mar 7, 2023
…ture, r=petrochenkov

feat: impl better help for `.poll()` not found on `impl Future`

Partially address rust-lang#108572

I'd like to also address suggestions for generalized `Self` parameters as well. That'll be a separate PR.
bors added a commit to rust-lang-ci/rust that referenced this pull request Mar 7, 2023
Rollup of 7 pull requests

Successful merges:

 - rust-lang#108619 (Remove the option to disable `llvm-version-check`)
 - rust-lang#108728 (infer: fix and improve comments)
 - rust-lang#108731 (feat: impl better help for `.poll()` not found on `impl Future`)
 - rust-lang#108774 (Greatly improve the error messages when `run-make/translation` fails)
 - rust-lang#108805 (Update askama to 0.12 and improve whitespace control)
 - rust-lang#108823 (Add tracking issue for cf-protection to unstable book)
 - rust-lang#108855 (Custom MIR: Support `as` casts)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 8f775dc into rust-lang:master Mar 7, 2023
@rustbot rustbot added this to the 1.70.0 milestone Mar 7, 2023
@Ezrashaw Ezrashaw deleted the pin-suggestion-on-impl-future branch March 10, 2023 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants