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
In this case 0 is always returned (regardless of the value of a), which is probably not what the user intended. Because unwrap_or is never called, this should trigger an "unreachable code" or "dead code" warning, but it does not.