Cannot derive Send
bound when a value of associated type with lifetime bound where clause across await
point.
#93323
Labels
C-bug
Category: This is a bug.
I tried this code:
I expected to see this happen: compile success
Instead, this happened: compile failed with error message:
The error message says it's a lifetime bound but it's not. If I change
impl Send
toimpl Sized
then it compiles.Meta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: