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

Uncomment test code for failure to use Box::pin #71781

Merged
merged 1 commit into from
May 2, 2020

Conversation

estebank
Copy link
Contributor

@estebank estebank commented May 1, 2020

Close #69083.

@rust-highfive
Copy link
Collaborator

r? @nikomatsakis

(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 1, 2020
@estebank
Copy link
Contributor Author

estebank commented May 1, 2020

cc @tmandry

I feel that the current output isn't quite great, but I believe it is a good enough stop gap while we see how people hit this in the wild.

@tmandry
Copy link
Member

tmandry commented May 2, 2020

Agreed, and I don't see anything that would lead a user down the wrong path. Thanks for improving these!

@bors r+ rollup

@bors
Copy link
Contributor

bors commented May 2, 2020

📌 Commit b3a8f21 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 2, 2020
bors added a commit to rust-lang-ci/rust that referenced this pull request May 2, 2020
Rollup of 6 pull requests

Successful merges:

 - rust-lang#71712 (Miri: port error backtraces to std::backtrace)
 - rust-lang#71736 (bootstrap: also apply unused-attributes hack without deny_warnings)
 - rust-lang#71738 (remove AllocId generalization of Pointer)
 - rust-lang#71739 (remove obsolete comment)
 - rust-lang#71781 (Uncomment test code for failure to use `Box::pin`)
 - rust-lang#71782 (Use a non-existent test path instead of clobbering /dev/null)

Failed merges:

r? @ghost
@bors bors merged commit a9c818e into rust-lang:master May 2, 2020
@estebank estebank deleted the box-pin-test 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-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.

Detect cases where Box::pin was likely intended
5 participants