@@ -3958,39 +3958,39 @@ macro_rules! impl_from {
3958
3958
impl_from ! { u8 , u16 , #[ stable( feature = "lossless_int_conv" , since = "1.5.0" ) ] }
3959
3959
impl_from ! { u8 , u32 , #[ stable( feature = "lossless_int_conv" , since = "1.5.0" ) ] }
3960
3960
impl_from ! { u8 , u64 , #[ stable( feature = "lossless_int_conv" , since = "1.5.0" ) ] }
3961
- impl_from ! { u8 , u128 , #[ unstable ( feature = "i128" , issue = "35118 " ) ] }
3961
+ impl_from ! { u8 , u128 , #[ stable ( feature = "i128" , since = "1.26.0 " ) ] }
3962
3962
impl_from ! { u8 , usize , #[ stable( feature = "lossless_int_conv" , since = "1.5.0" ) ] }
3963
3963
impl_from ! { u16 , u32 , #[ stable( feature = "lossless_int_conv" , since = "1.5.0" ) ] }
3964
3964
impl_from ! { u16 , u64 , #[ stable( feature = "lossless_int_conv" , since = "1.5.0" ) ] }
3965
- impl_from ! { u16 , u128 , #[ unstable ( feature = "i128" , issue = "35118 " ) ] }
3965
+ impl_from ! { u16 , u128 , #[ stable ( feature = "i128" , since = "1.26.0 " ) ] }
3966
3966
impl_from ! { u32 , u64 , #[ stable( feature = "lossless_int_conv" , since = "1.5.0" ) ] }
3967
- impl_from ! { u32 , u128 , #[ unstable ( feature = "i128" , issue = "35118 " ) ] }
3968
- impl_from ! { u64 , u128 , #[ unstable ( feature = "i128" , issue = "35118 " ) ] }
3967
+ impl_from ! { u32 , u128 , #[ stable ( feature = "i128" , since = "1.26.0 " ) ] }
3968
+ impl_from ! { u64 , u128 , #[ stable ( feature = "i128" , since = "1.26.0 " ) ] }
3969
3969
3970
3970
// Signed -> Signed
3971
3971
impl_from ! { i8 , i16 , #[ stable( feature = "lossless_int_conv" , since = "1.5.0" ) ] }
3972
3972
impl_from ! { i8 , i32 , #[ stable( feature = "lossless_int_conv" , since = "1.5.0" ) ] }
3973
3973
impl_from ! { i8 , i64 , #[ stable( feature = "lossless_int_conv" , since = "1.5.0" ) ] }
3974
- impl_from ! { i8 , i128 , #[ unstable ( feature = "i128" , issue = "35118 " ) ] }
3974
+ impl_from ! { i8 , i128 , #[ stable ( feature = "i128" , since = "1.26.0 " ) ] }
3975
3975
impl_from ! { i8 , isize , #[ stable( feature = "lossless_int_conv" , since = "1.5.0" ) ] }
3976
3976
impl_from ! { i16 , i32 , #[ stable( feature = "lossless_int_conv" , since = "1.5.0" ) ] }
3977
3977
impl_from ! { i16 , i64 , #[ stable( feature = "lossless_int_conv" , since = "1.5.0" ) ] }
3978
- impl_from ! { i16 , i128 , #[ unstable ( feature = "i128" , issue = "35118 " ) ] }
3978
+ impl_from ! { i16 , i128 , #[ stable ( feature = "i128" , since = "1.26.0 " ) ] }
3979
3979
impl_from ! { i32 , i64 , #[ stable( feature = "lossless_int_conv" , since = "1.5.0" ) ] }
3980
- impl_from ! { i32 , i128 , #[ unstable ( feature = "i128" , issue = "35118 " ) ] }
3981
- impl_from ! { i64 , i128 , #[ unstable ( feature = "i128" , issue = "35118 " ) ] }
3980
+ impl_from ! { i32 , i128 , #[ stable ( feature = "i128" , since = "1.26.0 " ) ] }
3981
+ impl_from ! { i64 , i128 , #[ stable ( feature = "i128" , since = "1.26.0 " ) ] }
3982
3982
3983
3983
// Unsigned -> Signed
3984
3984
impl_from ! { u8 , i16 , #[ stable( feature = "lossless_int_conv" , since = "1.5.0" ) ] }
3985
3985
impl_from ! { u8 , i32 , #[ stable( feature = "lossless_int_conv" , since = "1.5.0" ) ] }
3986
3986
impl_from ! { u8 , i64 , #[ stable( feature = "lossless_int_conv" , since = "1.5.0" ) ] }
3987
- impl_from ! { u8 , i128 , #[ unstable ( feature = "i128" , issue = "35118 " ) ] }
3987
+ impl_from ! { u8 , i128 , #[ stable ( feature = "i128" , since = "1.26.0 " ) ] }
3988
3988
impl_from ! { u16 , i32 , #[ stable( feature = "lossless_int_conv" , since = "1.5.0" ) ] }
3989
3989
impl_from ! { u16 , i64 , #[ stable( feature = "lossless_int_conv" , since = "1.5.0" ) ] }
3990
- impl_from ! { u16 , i128 , #[ unstable ( feature = "i128" , issue = "35118 " ) ] }
3990
+ impl_from ! { u16 , i128 , #[ stable ( feature = "i128" , since = "1.26.0 " ) ] }
3991
3991
impl_from ! { u32 , i64 , #[ stable( feature = "lossless_int_conv" , since = "1.5.0" ) ] }
3992
- impl_from ! { u32 , i128 , #[ unstable ( feature = "i128" , issue = "35118 " ) ] }
3993
- impl_from ! { u64 , i128 , #[ unstable ( feature = "i128" , issue = "35118 " ) ] }
3992
+ impl_from ! { u32 , i128 , #[ stable ( feature = "i128" , since = "1.26.0 " ) ] }
3993
+ impl_from ! { u64 , i128 , #[ stable ( feature = "i128" , since = "1.26.0 " ) ] }
3994
3994
3995
3995
// Note: integers can only be represented with full precision in a float if
3996
3996
// they fit in the significand, which is 24 bits in f32 and 53 bits in f64.
0 commit comments