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
After closing #12344, we should think about the best strategy for replacing usage of managed boxes inside List<T>. @alexcrichton, @bill-myers and @eddyb provided good hints on how we should implement List<T> internally (i.e. instead of using an enum, use a struct-based approach with 'head' and 'tail').