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
Reported in tweedegolf/cfg-noodle#14 (comment), holding the iterator across an await point (e.g. using an async mutex for the List) means that the RawIter might need to impl send. IMO this is probably fine since we are bound by the lifetime of the mut borrow of the list.