mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-17 15:32:00 +00:00
Mark unsafe methods NonZero*::unchecked_(add|mul) as const. Now that https://github.com/rust-lang/rfcs/pull/3016 has landed, these two unstable `std` function can be marked `const`, according to this detail of #84186.