We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d88f2 commit b274022Copy full SHA for b274022
library/core/src/num/nonzero.rs
@@ -897,7 +897,7 @@ macro_rules! nonzero_unsigned_is_power_of_two {
897
nonzero_unsigned_is_power_of_two! { NonZeroU8 NonZeroU16 NonZeroU32 NonZeroU64 NonZeroU128 NonZeroUsize }
898
899
macro_rules! nonzero_min_max {
900
- ( $( $min:expr , $Ty: ident($Int: ty); )+ ) => {
+ ( $( $MinVal:expr , $Ty: ident($Int: ty); )+ ) => {
901
$(
902
impl $Ty {
903
#[unstable(feature = "nonzero_max", issue = "89065")]
0 commit comments