You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unclear, to me at the very least. The problem definitely seems to be related to the way the tokio::select! expands, but I would have little to no clue whatsoever as to where it might make sense to start looking for the source of the issue.
The text was updated successfully, but these errors were encountered:
As requested by Alice in the Users Forum.
Version
cargo tree | grep tokio
Platform
uname -a
Description
Mutable pattern matching in
tokio::select!
appears to be disallowed, with streams yielding immutable references by default.Code Sample
Which fails for the following reason:
Workaround
Solution
Unclear, to me at the very least. The problem definitely seems to be related to the way the
tokio::select!
expands, but I would have little to no clue whatsoever as to where it might make sense to start looking for the source of the issue.The text was updated successfully, but these errors were encountered: