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
Rollup merge of #154825 - Lars-Schumann:non-zero-const-step, r=jhpratt
constify `Step for NonZero<u*>`
Tracking Issue: #42168
I missed the constification of `Step for NonZero<u*>` in the recent #153821, so here they are.
Had to constify the `Clone` / `TrivialClone` impls along the way #142757 .
0 commit comments