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
If I uncomment mut_one(), it looks like it just works and it doesn't error out. Did something change recently?
implTriplet{// First attempt: No explicit lifetimes// Error! The compiler needs information about the lifetimesfnmut_one(&mutself) -> &mutint{&mutself.one}// ...}