mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
3099a7931a
Refactor trait implementations in `core::convert::num`. Tracking issue: https://github.com/rust-lang/rust/issues/120257 Implement conversion traits using generic `NonZero` type, and refactor all macros to use a consistent format/order of parameters. r? `@dtolnay`