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
From what I can tell (I have been following the examples fairly carefully and sequentially), the concept of a "moving closure" as mentioned in threads
appears to no longer exist: rust-lang/rust#4339
More importantly, it is not mentioned anywhere prior to that point, whereat it is not explained.
The text was updated successfully, but these errors were encountered:
(I'm aware this need to be improved. I'm just trying to make sure you have somewhere to look for now)
Closures aren't really covered well on rbe. They've been changing rapidly for a while and only recently have stabilized. The book closure section on moving closures is where you need to check currently. It has been improved recently and is more up to date than it has been for a while.
From what I can tell (I have been following the examples fairly carefully and sequentially), the concept of a "moving closure" as mentioned in threads
appears to no longer exist:
rust-lang/rust#4339
More importantly, it is not mentioned anywhere prior to that point, whereat it is not explained.
The text was updated successfully, but these errors were encountered: