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
When a reference is taken inside an if and returned from it the borrow checker will be happy, but emit code that frees that reference before it’s used outside. An example