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
std::slice::Items should require that T:'a, but it does not. It is able to do this due to its unsafe implementation. The following test case fails to compile as a result: