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
Reintroduce non-null assumptions in core::slice iterators
The previous assumptinos were not valid in all cases. Now we make
assumptions only for elements of non-zero size, and even then we don't
assume that end is non-null unless we're iterating backwards.
0 commit comments