1
Fork 0
rust/library/coretests
Jacob Pratt 31640178bd
Rollup merge of #137393 - chorman0773:unbounded-shifts-stabilize, r=Amanieu
Stabilize `unbounded_shifts`

This stabilizes and const-stabilizes `<iN>::unbounded_shl` and `<uN>::unbounded_shr` from https://github.com/rust-lang/rust/issues/129375.
2025-02-24 02:11:34 -05:00
..
benches Migrate coretests to Rust 2024 2025-02-13 13:10:21 -08:00
tests Rollup merge of #137393 - chorman0773:unbounded-shifts-stabilize, r=Amanieu 2025-02-24 02:11:34 -05:00
Cargo.toml Migrate coretests to Rust 2024 2025-02-13 13:10:21 -08:00
lib.rs