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
(It hangs at lock_and_signal::wait (this=this@entry=0x610ed0) at /home/huon/rust/src/rt/sync/lock_and_signal.cpp:115.)
Either of the commented-out lines (after removing the .collect call) work fine so it doesn't appear to be caused by .rev_iter being entirely wrong. Significantly, the let mut res = ... line is actually essentially identical to what the .collect call is doing.
The text was updated successfully, but these errors were encountered:
(It hangs at
lock_and_signal::wait (this=this@entry=0x610ed0) at /home/huon/rust/src/rt/sync/lock_and_signal.cpp:115
.)Either of the commented-out lines (after removing the
.collect
call) work fine so it doesn't appear to be caused by.rev_iter
being entirely wrong. Significantly, thelet mut res = ...
line is actually essentially identical to what the.collect
call is doing.The text was updated successfully, but these errors were encountered: