-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Endless hang during stage1 when removing drop block from core::task::mod #5379
Milestone
Comments
I can still reproduce this, but will probably work around it by using |
After that there is just one more use of |
brson
added a commit
to brson/rust
that referenced
this issue
Apr 29, 2013
assigning bug; change assignment if you disagree |
ghost
assigned pcwalton
Apr 30, 2013
This looks like it was fixed in c1fdace |
oli-obk
pushed a commit
to oli-obk/rust
that referenced
this issue
May 2, 2020
add lint futures_not_send changelog: add lint futures_not_send fixes rust-lang#5379 ~Remark: one thing that can (should?) still be improved is to directly include the error message from the `Send` check so that the programmer stays in the flow. Currently, getting the actual error message requires a restructuring of the code to make the `Send` constraint explicit.~ It now shows all unmet constraints for allowing the Future to be Send.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The AllowFailure struct in core::task::mod. Hangs infinitely while compiling stage1 libcore, with 0% CPU utilization from rustc.
The text was updated successfully, but these errors were encountered: