Invalid "future is not Send
as this value is used across an await"
#115437
Labels
C-bug
Category: This is a bug.
Send
as this value is used across an await"
#115437
I tried this code:
https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=bdb1d0f24fab8490d5487520cb050c93
I expected to see this happen: Should compile.
Instead, this happened:
But it makes no sense,
m
is clearly dropped earlier than that explicitly.Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: