mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
31640178bd
Stabilize `unbounded_shifts` This stabilizes and const-stabilizes `<iN>::unbounded_shl` and `<uN>::unbounded_shr` from https://github.com/rust-lang/rust/issues/129375.