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

Detect errors caused by async block in 2015 edition #71783

Merged
merged 1 commit into from
May 8, 2020

Conversation

estebank
Copy link
Contributor

@estebank estebank commented May 2, 2020

Fix #67204.

@rust-highfive
Copy link
Collaborator

r? @cramertj

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

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 2, 2020
@estebank
Copy link
Contributor Author

estebank commented May 2, 2020

r? @tmandry

@tmandry
Copy link
Member

tmandry commented May 5, 2020

Looks good, thanks!! r=me after nit.

@estebank
Copy link
Contributor Author

estebank commented May 6, 2020

@bors r=tmandry

@bors
Copy link
Contributor

bors commented May 6, 2020

📌 Commit 3cf5569 has been approved by tmandry

@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 May 6, 2020
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request May 7, 2020
Detect errors caused by `async` block in 2015 edition

Fix rust-lang#67204.
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request May 7, 2020
Detect errors caused by `async` block in 2015 edition

Fix rust-lang#67204.
@bors
Copy link
Contributor

bors commented May 7, 2020

⌛ Testing commit 3cf5569 with merge 869761e5f3a94a4004b5b631001030dc3cbef605...

@bors
Copy link
Contributor

bors commented May 7, 2020

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels May 7, 2020
bors added a commit to rust-lang-ci/rust that referenced this pull request May 8, 2020
Rollup of 5 pull requests

Successful merges:

 - rust-lang#70733 (Add Arc::{incr,decr}_strong_count)
 - rust-lang#71598 (improve Drop documentation)
 - rust-lang#71783 (Detect errors caused by `async` block in 2015 edition)
 - rust-lang#71903 (reword "possible candidate" import suggestion)
 - rust-lang#71960 (Fix E0284 to not use incorrect wording)

Failed merges:

r? @ghost
@bors bors merged commit f3691ac into rust-lang:master May 8, 2020
@estebank estebank deleted the async-block-2015 branch November 9, 2023 05:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Explain editions when trying to use async block in 2015 edition
5 participants