rust/library/core
Josh Triplett 37c77defb4 For NonZero impl macros, give unsigned impls access to the corresponding signed type
There was a macro parameter giving signed impls access to the
corresponding unsigned type, but not the other way around.

This will allow implementing methods converting in both directions.
2025-02-03 16:37:59 +01:00
..
src For NonZero impl macros, give unsigned impls access to the corresponding signed type 2025-02-03 16:37:59 +01:00
Cargo.toml Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00