-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Do not ICE on unnamed future #67289
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
Do not ICE on unnamed future #67289
Conversation
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
Depending on how quickly we land this it might need a beta backport after the next beta release. |
r? @Centril |
@estebank so the beta-nomination here is for "current master", i.e., we want this in 1.41, not the release next week, right? I am skipping it for beta backports at least so it probably won't get in. |
3a9da04
to
e08944f
Compare
@bors r=Centril |
📌 Commit e08944f has been approved by |
Do not ICE on unnamed future Fix rust-lang#67252.
Rollup of 6 pull requests Successful merges: - #67255 (Remove i686-unknown-dragonfly target) - #67267 (Fix signature of `__wasilibc_find_relpath`) - #67282 (Fix example code of OpenOptions::open) - #67289 (Do not ICE on unnamed future) - #67300 (Restore original implementation of Vec::retain) - #67305 (Doc typo) Failed merges: r? @ghost
discussed in T-compiler meeting. beta-accepted. |
This seems to be on the beta branch already |
[Beta] Backports I did not include #67134 and #67289 since they seem to be on beta already. * Fix up Command Debug output when arg0 is specified. #67219 * Do not ICE on unnamed future #67289 * Don't suppress move errors for union fields #67314 * Reenable static linking of libstdc++ on windows-gnu #67410 * Use the correct type for static qualifs #67621 * Treat extern statics just like statics in the "const pointer to static" representation #67630 * Do not ICE on lifetime error involving closures #67687
Fix #67252.