rust/library/core
Matthias Krüger b9f972767c
Rollup merge of #131377 - rick-de-water:nonzero-exp, r=dtolnay
Add LowerExp and UpperExp implementations to NonZero

Adds `LowerExp` and `UpperExp` trait implementations to `NonZero`, as discussed in rust-lang/libs-team#458.

I had to modify the macro to mark the new impls with a different rust version. Let me know if this is the right way to do it (first timer here!)
2024-11-03 12:08:50 +01:00
..
benches Stabilize isqrt feature 2024-10-08 10:58:49 -04:00
src Rollup merge of #131377 - rick-de-water:nonzero-exp, r=dtolnay 2024-11-03 12:08:50 +01:00
tests Rollup merge of #131377 - rick-de-water:nonzero-exp, r=dtolnay 2024-11-03 12:08:50 +01:00
Cargo.toml Port std library to RTEMS 2024-09-03 09:19:29 +02:00