@@ -239,7 +239,7 @@ macro_rules! wrapping_impl {
239239 }
240240 forward_ref_op_assign! { impl const AddAssign , add_assign for Wrapping <$t>, Wrapping <$t> }
241241
242- #[ stable( feature = "wrapping_int_assign_impl" , since = "1.61 .0" ) ]
242+ #[ stable( feature = "wrapping_int_assign_impl" , since = "1.60 .0" ) ]
243243 #[ rustc_const_unstable( feature = "const_ops" , issue = "90080" ) ]
244244 impl const AddAssign <$t> for Wrapping <$t> {
245245 #[ inline]
@@ -272,7 +272,7 @@ macro_rules! wrapping_impl {
272272 }
273273 forward_ref_op_assign! { impl const SubAssign , sub_assign for Wrapping <$t>, Wrapping <$t> }
274274
275- #[ stable( feature = "wrapping_int_assign_impl" , since = "1.61 .0" ) ]
275+ #[ stable( feature = "wrapping_int_assign_impl" , since = "1.60 .0" ) ]
276276 #[ rustc_const_unstable( feature = "const_ops" , issue = "90080" ) ]
277277 impl const SubAssign <$t> for Wrapping <$t> {
278278 #[ inline]
@@ -305,7 +305,7 @@ macro_rules! wrapping_impl {
305305 }
306306 forward_ref_op_assign! { impl const MulAssign , mul_assign for Wrapping <$t>, Wrapping <$t> }
307307
308- #[ stable( feature = "wrapping_int_assign_impl" , since = "1.61 .0" ) ]
308+ #[ stable( feature = "wrapping_int_assign_impl" , since = "1.60 .0" ) ]
309309 #[ rustc_const_unstable( feature = "const_ops" , issue = "90080" ) ]
310310 impl const MulAssign <$t> for Wrapping <$t> {
311311 #[ inline]
@@ -338,7 +338,7 @@ macro_rules! wrapping_impl {
338338 }
339339 forward_ref_op_assign! { impl const DivAssign , div_assign for Wrapping <$t>, Wrapping <$t> }
340340
341- #[ stable( feature = "wrapping_int_assign_impl" , since = "1.61 .0" ) ]
341+ #[ stable( feature = "wrapping_int_assign_impl" , since = "1.60 .0" ) ]
342342 #[ rustc_const_unstable( feature = "const_ops" , issue = "90080" ) ]
343343 impl const DivAssign <$t> for Wrapping <$t> {
344344 #[ inline]
@@ -371,7 +371,7 @@ macro_rules! wrapping_impl {
371371 }
372372 forward_ref_op_assign! { impl const RemAssign , rem_assign for Wrapping <$t>, Wrapping <$t> }
373373
374- #[ stable( feature = "wrapping_int_assign_impl" , since = "1.61 .0" ) ]
374+ #[ stable( feature = "wrapping_int_assign_impl" , since = "1.60 .0" ) ]
375375 #[ rustc_const_unstable( feature = "const_ops" , issue = "90080" ) ]
376376 impl const RemAssign <$t> for Wrapping <$t> {
377377 #[ inline]
@@ -417,7 +417,7 @@ macro_rules! wrapping_impl {
417417 }
418418 forward_ref_op_assign! { impl const BitXorAssign , bitxor_assign for Wrapping <$t>, Wrapping <$t> }
419419
420- #[ stable( feature = "wrapping_int_assign_impl" , since = "1.61 .0" ) ]
420+ #[ stable( feature = "wrapping_int_assign_impl" , since = "1.60 .0" ) ]
421421 #[ rustc_const_unstable( feature = "const_ops" , issue = "90080" ) ]
422422 impl const BitXorAssign <$t> for Wrapping <$t> {
423423 #[ inline]
@@ -450,7 +450,7 @@ macro_rules! wrapping_impl {
450450 }
451451 forward_ref_op_assign! { impl const BitOrAssign , bitor_assign for Wrapping <$t>, Wrapping <$t> }
452452
453- #[ stable( feature = "wrapping_int_assign_impl" , since = "1.61 .0" ) ]
453+ #[ stable( feature = "wrapping_int_assign_impl" , since = "1.60 .0" ) ]
454454 #[ rustc_const_unstable( feature = "const_ops" , issue = "90080" ) ]
455455 impl const BitOrAssign <$t> for Wrapping <$t> {
456456 #[ inline]
@@ -483,7 +483,7 @@ macro_rules! wrapping_impl {
483483 }
484484 forward_ref_op_assign! { impl const BitAndAssign , bitand_assign for Wrapping <$t>, Wrapping <$t> }
485485
486- #[ stable( feature = "wrapping_int_assign_impl" , since = "1.61 .0" ) ]
486+ #[ stable( feature = "wrapping_int_assign_impl" , since = "1.60 .0" ) ]
487487 #[ rustc_const_unstable( feature = "const_ops" , issue = "90080" ) ]
488488 impl const BitAndAssign <$t> for Wrapping <$t> {
489489 #[ inline]
0 commit comments