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
the first field return value is very much alive when index_mut is called on self2. This doesn't strictly violate LLVM's aliasing rules (AFAICT), because the overlapping part isn't directly accessed, but is still very sketchy (I can think of optimizers screwing it up).