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 won't compile because rustc tries to give you a unique pointer to a 'bare' function (I think). Making bare functions not types, like str and vec, would probably fix this.