@@ -5287,6 +5287,7 @@ nzint_impl_from! { NonZeroU8, NonZeroUsize, #[unstable(feature = "nz_int_conv",
5287
5287
nzint_impl_from ! { NonZeroU16 , NonZeroU32 , #[ unstable( feature = "nz_int_conv" , issue = "66196" ) ] }
5288
5288
nzint_impl_from ! { NonZeroU16 , NonZeroU64 , #[ unstable( feature = "nz_int_conv" , issue = "66196" ) ] }
5289
5289
nzint_impl_from ! { NonZeroU16 , NonZeroU128 , #[ unstable( feature = "nz_int_conv" , issue = "66196" ) ] }
5290
+ nzint_impl_from ! { NonZeroU16 , NonZeroUsize , #[ unstable( feature = "nz_int_conv" , issue = "66196" ) ] }
5290
5291
nzint_impl_from ! { NonZeroU32 , NonZeroU64 , #[ unstable( feature = "nz_int_conv" , issue = "66196" ) ] }
5291
5292
nzint_impl_from ! { NonZeroU32 , NonZeroU128 , #[ unstable( feature = "nz_int_conv" , issue = "66196" ) ] }
5292
5293
nzint_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",
5300
5301
nzint_impl_from ! { NonZeroI16 , NonZeroI32 , #[ unstable( feature = "nz_int_conv" , issue = "66196" ) ] }
5301
5302
nzint_impl_from ! { NonZeroI16 , NonZeroI64 , #[ unstable( feature = "nz_int_conv" , issue = "66196" ) ] }
5302
5303
nzint_impl_from ! { NonZeroI16 , NonZeroI128 , #[ unstable( feature = "nz_int_conv" , issue = "66196" ) ] }
5304
+ nzint_impl_from ! { NonZeroI16 , NonZeroIsize , #[ unstable( feature = "nz_int_conv" , issue = "66196" ) ] }
5303
5305
nzint_impl_from ! { NonZeroI32 , NonZeroI64 , #[ unstable( feature = "nz_int_conv" , issue = "66196" ) ] }
5304
5306
nzint_impl_from ! { NonZeroI32 , NonZeroI128 , #[ unstable( feature = "nz_int_conv" , issue = "66196" ) ] }
5305
5307
nzint_impl_from ! { NonZeroI64 , NonZeroI128 , #[ unstable( feature = "nz_int_conv" , issue = "66196" ) ] }
0 commit comments