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
<anon>:7:5: 7:28 error: failed to find an implementation of trait core::ops::FnMut<(int),int> for closure
<anon>:7 once_.call_once((0i, ));
^~~~~~~~~~~~~~~~~~~~~~~
<anon>:7:5: 7:28 error: failed to find an implementation of trait core::ops::FnMut<(int),int> for closure
<anon>:7 once_.call_once((0i, ));
^~~~~~~~~~~~~~~~~~~~~~~
It's particularly strange that the mut_.call_once form works (it's also a little strange that the error message is emitted twice.)