Skip to content

Fix an ICE with TAITs and Future - #89946

Merged
bors merged 1 commit into
rust-lang:masterfrom
JohnTitor:fix-89686
Oct 17, 2021
Merged

Fix an ICE with TAITs and Future#89946
bors merged 1 commit into
rust-lang:masterfrom
JohnTitor:fix-89686

Conversation

@JohnTitor

Copy link
Copy Markdown
Member

Fixes#89686

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @petrochenkov

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 16, 2021
@petrochenkov

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Oct 17, 2021

Copy link
Copy Markdown
Collaborator

📌 Commit f001e8c has been approved by petrochenkov

@borsbors 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 Oct 17, 2021
bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 17, 2021
…askrgr
Rollup of 7 pull requests
Successful merges:
- rust-lang#89738 (ty::pretty: prevent infinite recursion for `extern crate` paths.)
- rust-lang#89888 (Make `llvm.download-ci-llvm="if-available"` work for tier 2 targets with host tools)
- rust-lang#89945 (Remove a mention to `copy_from_slice` from `clone_from_slice` doc)
- rust-lang#89946 (Fix an ICE with TAITs and Future)
- rust-lang#89963 (Some "parenthesis" and "parentheses" fixes)
- rust-lang#89975 (Add a regression test for rust-lang#85921)
- rust-lang#89977 (Make Result::as_mut const)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 0f1ba8d into rust-lang:masterOct 17, 2021
@rustbotrustbot added this to the 1.57.0 milestone Oct 17, 2021
@JohnTitor
JohnTitor deleted the fix-89686 branch October 17, 2021 22:42
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: 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.

Panic at DefId::expect_local when returning impl Future type alias from default trait method using async move block

5 participants

@JohnTitor@rust-highfive@petrochenkov@bors@rustbot