Bogus "implementation of <whatever trait you want>
is not general enough" with RPITIT + async
#130113
Labels
A-async-await
Area: Async & Await
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
A-trait-system
Area: Trait system
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code:
I expected to see this happen: Compile successfully
Instead, this happened:
Meta
rustc --version --verbose
:happens with stable too.
I found a lot of similar-looking issues in #110338, but none quite like this one, so I chose to report a new one instead. Maybe I overlooked an existing bug report though, sorry if I did!
The text was updated successfully, but these errors were encountered: