mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
23e44f65aa
Currently we have a single `core::num` module that contains both thin wrapper API and higher-complexity numeric routines. Restructure this by moving implementation details to a new `imp` module. This results in a more clean separation of what is actually user-facing compared to items that have a stability attribute because they are public for testing.