@@ -5287,6 +5287,7 @@ nzint_impl_from! { NonZeroU8, NonZeroUsize, #[unstable(feature = "nz_int_conv",
52875287nzint_impl_from ! { NonZeroU16 , NonZeroU32 , #[ unstable( feature = "nz_int_conv" , issue = "66196" ) ] }
52885288nzint_impl_from ! { NonZeroU16 , NonZeroU64 , #[ unstable( feature = "nz_int_conv" , issue = "66196" ) ] }
52895289nzint_impl_from ! { NonZeroU16 , NonZeroU128 , #[ unstable( feature = "nz_int_conv" , issue = "66196" ) ] }
5290+ nzint_impl_from ! { NonZeroU16 , NonZeroUsize , #[ unstable( feature = "nz_int_conv" , issue = "66196" ) ] }
52905291nzint_impl_from ! { NonZeroU32 , NonZeroU64 , #[ unstable( feature = "nz_int_conv" , issue = "66196" ) ] }
52915292nzint_impl_from ! { NonZeroU32 , NonZeroU128 , #[ unstable( feature = "nz_int_conv" , issue = "66196" ) ] }
52925293nzint_impl_from ! { NonZeroU64 , NonZeroU128 , #[ unstable( feature = "nz_int_conv" , issue = "66196" ) ] }
@@ -5300,6 +5301,7 @@ nzint_impl_from! { NonZeroI8, NonZeroIsize, #[unstable(feature = "nz_int_conv",
53005301nzint_impl_from ! { NonZeroI16 , NonZeroI32 , #[ unstable( feature = "nz_int_conv" , issue = "66196" ) ] }
53015302nzint_impl_from ! { NonZeroI16 , NonZeroI64 , #[ unstable( feature = "nz_int_conv" , issue = "66196" ) ] }
53025303nzint_impl_from ! { NonZeroI16 , NonZeroI128 , #[ unstable( feature = "nz_int_conv" , issue = "66196" ) ] }
5304+ nzint_impl_from ! { NonZeroI16 , NonZeroIsize , #[ unstable( feature = "nz_int_conv" , issue = "66196" ) ] }
53035305nzint_impl_from ! { NonZeroI32 , NonZeroI64 , #[ unstable( feature = "nz_int_conv" , issue = "66196" ) ] }
53045306nzint_impl_from ! { NonZeroI32 , NonZeroI128 , #[ unstable( feature = "nz_int_conv" , issue = "66196" ) ] }
53055307nzint_impl_from ! { NonZeroI64 , NonZeroI128 , #[ unstable( feature = "nz_int_conv" , issue = "66196" ) ] }
0 commit comments