@@ -5279,42 +5279,42 @@ macro_rules! nzint_impl_from {
52795279}
52805280
52815281// Non-zero Unsigned -> Non-zero Unsigned
5282- nzint_impl_from ! { NonZeroU8 , NonZeroU16 , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5283- nzint_impl_from ! { NonZeroU8 , NonZeroU32 , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5284- nzint_impl_from ! { NonZeroU8 , NonZeroU64 , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5285- nzint_impl_from ! { NonZeroU8 , NonZeroU128 , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5286- nzint_impl_from ! { NonZeroU8 , NonZeroUsize , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5287- nzint_impl_from ! { NonZeroU16 , NonZeroU32 , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5288- nzint_impl_from ! { NonZeroU16 , NonZeroU64 , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
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 " ) ] }
5291- nzint_impl_from ! { NonZeroU32 , NonZeroU64 , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5292- nzint_impl_from ! { NonZeroU32 , NonZeroU128 , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5293- nzint_impl_from ! { NonZeroU64 , NonZeroU128 , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5282+ nzint_impl_from ! { NonZeroU8 , NonZeroU16 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5283+ nzint_impl_from ! { NonZeroU8 , NonZeroU32 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5284+ nzint_impl_from ! { NonZeroU8 , NonZeroU64 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5285+ nzint_impl_from ! { NonZeroU8 , NonZeroU128 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5286+ nzint_impl_from ! { NonZeroU8 , NonZeroUsize , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5287+ nzint_impl_from ! { NonZeroU16 , NonZeroU32 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5288+ nzint_impl_from ! { NonZeroU16 , NonZeroU64 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5289+ nzint_impl_from ! { NonZeroU16 , NonZeroU128 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5290+ nzint_impl_from ! { NonZeroU16 , NonZeroUsize , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5291+ nzint_impl_from ! { NonZeroU32 , NonZeroU64 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5292+ nzint_impl_from ! { NonZeroU32 , NonZeroU128 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5293+ nzint_impl_from ! { NonZeroU64 , NonZeroU128 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
52945294
52955295// Non-zero Signed -> Non-zero Signed
5296- nzint_impl_from ! { NonZeroI8 , NonZeroI16 , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5297- nzint_impl_from ! { NonZeroI8 , NonZeroI32 , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5298- nzint_impl_from ! { NonZeroI8 , NonZeroI64 , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5299- nzint_impl_from ! { NonZeroI8 , NonZeroI128 , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5300- nzint_impl_from ! { NonZeroI8 , NonZeroIsize , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5301- nzint_impl_from ! { NonZeroI16 , NonZeroI32 , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5302- nzint_impl_from ! { NonZeroI16 , NonZeroI64 , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
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 " ) ] }
5305- nzint_impl_from ! { NonZeroI32 , NonZeroI64 , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5306- nzint_impl_from ! { NonZeroI32 , NonZeroI128 , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5307- nzint_impl_from ! { NonZeroI64 , NonZeroI128 , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5296+ nzint_impl_from ! { NonZeroI8 , NonZeroI16 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5297+ nzint_impl_from ! { NonZeroI8 , NonZeroI32 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5298+ nzint_impl_from ! { NonZeroI8 , NonZeroI64 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5299+ nzint_impl_from ! { NonZeroI8 , NonZeroI128 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5300+ nzint_impl_from ! { NonZeroI8 , NonZeroIsize , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5301+ nzint_impl_from ! { NonZeroI16 , NonZeroI32 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5302+ nzint_impl_from ! { NonZeroI16 , NonZeroI64 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5303+ nzint_impl_from ! { NonZeroI16 , NonZeroI128 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5304+ nzint_impl_from ! { NonZeroI16 , NonZeroIsize , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5305+ nzint_impl_from ! { NonZeroI32 , NonZeroI64 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5306+ nzint_impl_from ! { NonZeroI32 , NonZeroI128 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5307+ nzint_impl_from ! { NonZeroI64 , NonZeroI128 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
53085308
53095309// NonZero UnSigned -> Non-zero Signed
5310- nzint_impl_from ! { NonZeroU8 , NonZeroI16 , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5311- nzint_impl_from ! { NonZeroU8 , NonZeroI32 , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5312- nzint_impl_from ! { NonZeroU8 , NonZeroI64 , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5313- nzint_impl_from ! { NonZeroU8 , NonZeroI128 , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5314- nzint_impl_from ! { NonZeroU8 , NonZeroIsize , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5315- nzint_impl_from ! { NonZeroU16 , NonZeroI32 , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5316- nzint_impl_from ! { NonZeroU16 , NonZeroI64 , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5317- nzint_impl_from ! { NonZeroU16 , NonZeroI128 , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5318- nzint_impl_from ! { NonZeroU32 , NonZeroI64 , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5319- nzint_impl_from ! { NonZeroU32 , NonZeroI128 , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5320- nzint_impl_from ! { NonZeroU64 , NonZeroI128 , #[ unstable ( feature = "nz_int_conv" , issue = "66196 " ) ] }
5310+ nzint_impl_from ! { NonZeroU8 , NonZeroI16 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5311+ nzint_impl_from ! { NonZeroU8 , NonZeroI32 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5312+ nzint_impl_from ! { NonZeroU8 , NonZeroI64 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5313+ nzint_impl_from ! { NonZeroU8 , NonZeroI128 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5314+ nzint_impl_from ! { NonZeroU8 , NonZeroIsize , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5315+ nzint_impl_from ! { NonZeroU16 , NonZeroI32 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5316+ nzint_impl_from ! { NonZeroU16 , NonZeroI64 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5317+ nzint_impl_from ! { NonZeroU16 , NonZeroI128 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5318+ nzint_impl_from ! { NonZeroU32 , NonZeroI64 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5319+ nzint_impl_from ! { NonZeroU32 , NonZeroI128 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
5320+ nzint_impl_from ! { NonZeroU64 , NonZeroI128 , #[ stable ( feature = "nz_int_conv" , since = "1.41.0 " ) ] }
0 commit comments