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 f451580 commit ac61a9cCopy full SHA for ac61a9c
src/libcore/num/mod.rs
@@ -93,7 +93,7 @@ assert_eq!(size_of::<Option<std::num::", stringify!($Ty), ">>(), size_of::<", st
93
94
}
95
96
- #[stable(feature = "nonzero", since = "1.28.0")]
+ #[stable(feature = "from_nonzero", since = "1.31.0")]
97
impl From<$Ty> for $Int {
98
fn from(nonzero: $Ty) -> Self {
99
nonzero.0 .0
0 commit comments