Implementation of trait is not general enough when boxing future returning <T as Foo<'a>>::Foo
#92415
Labels
A-async-await
Area: Async & Await
AsyncAwait-Polish
Async-await issues that are part of the "polish" area
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
C-bug
Category: This is a bug.
Reproduction:
Output on stable and nightly:
Interestingly, the code compiles without the
+ Send
. It also compiles without the async move block. This may be related to #61949.@rustbot label +A-async-await
The text was updated successfully, but these errors were encountered: