@@ -477,8 +477,10 @@ nzint_impl_try_from_int! { u16, NonZeroU16, #[stable(feature = "nzint_try_from_i
477477nzint_impl_try_from_int ! { u32 , NonZeroU32 , #[ stable( feature = "nzint_try_from_int_conv" , since = "1.46.0" ) ] }
478478nzint_impl_try_from_int ! { u64 , NonZeroU64 , #[ stable( feature = "nzint_try_from_int_conv" , since = "1.46.0" ) ] }
479479nzint_impl_try_from_int ! { u128 , NonZeroU128 , #[ stable( feature = "nzint_try_from_int_conv" , since = "1.46.0" ) ] }
480+ nzint_impl_try_from_int ! { usize , NonZeroUsize , #[ stable( feature = "nzint_try_from_int_conv" , since = "1.46.0" ) ] }
480481nzint_impl_try_from_int ! { i8 , NonZeroI8 , #[ stable( feature = "nzint_try_from_int_conv" , since = "1.46.0" ) ] }
481482nzint_impl_try_from_int ! { i16 , NonZeroI16 , #[ stable( feature = "nzint_try_from_int_conv" , since = "1.46.0" ) ] }
482483nzint_impl_try_from_int ! { i32 , NonZeroI32 , #[ stable( feature = "nzint_try_from_int_conv" , since = "1.46.0" ) ] }
483484nzint_impl_try_from_int ! { i64 , NonZeroI64 , #[ stable( feature = "nzint_try_from_int_conv" , since = "1.46.0" ) ] }
484485nzint_impl_try_from_int ! { i128 , NonZeroI128 , #[ stable( feature = "nzint_try_from_int_conv" , since = "1.46.0" ) ] }
486+ nzint_impl_try_from_int ! { isize , NonZeroIsize , #[ stable( feature = "nzint_try_from_int_conv" , since = "1.46.0" ) ] }
0 commit comments