mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
df0712da44
constify `Step for NonZero<u*>` Tracking Issue: https://github.com/rust-lang/rust/issues/42168 I missed the constification of `Step for NonZero<u*>` in the recent https://github.com/rust-lang/rust/pull/153821, so here they are. Had to constify the `Clone` / `TrivialClone` impls along the way https://github.com/rust-lang/rust/issues/142757 .