mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
126d88bd12
add trailing_zeros and leading_zeros to non zero types as a way towards being able to use the optimized intrinsics ctlz_nonzero and cttz_nonzero from stable. have not crated any tracking issue if this is not a solution that is wanted