@@ -239,7 +239,7 @@ macro_rules! wrapping_impl {
239
239
}
240
240
forward_ref_op_assign! { impl const AddAssign , add_assign for Wrapping <$t>, Wrapping <$t> }
241
241
242
- #[ stable( feature = "wrapping_int_assign_impl" , since = "1.61 .0" ) ]
242
+ #[ stable( feature = "wrapping_int_assign_impl" , since = "1.60 .0" ) ]
243
243
#[ rustc_const_unstable( feature = "const_ops" , issue = "90080" ) ]
244
244
impl const AddAssign <$t> for Wrapping <$t> {
245
245
#[ inline]
@@ -272,7 +272,7 @@ macro_rules! wrapping_impl {
272
272
}
273
273
forward_ref_op_assign! { impl const SubAssign , sub_assign for Wrapping <$t>, Wrapping <$t> }
274
274
275
- #[ stable( feature = "wrapping_int_assign_impl" , since = "1.61 .0" ) ]
275
+ #[ stable( feature = "wrapping_int_assign_impl" , since = "1.60 .0" ) ]
276
276
#[ rustc_const_unstable( feature = "const_ops" , issue = "90080" ) ]
277
277
impl const SubAssign <$t> for Wrapping <$t> {
278
278
#[ inline]
@@ -305,7 +305,7 @@ macro_rules! wrapping_impl {
305
305
}
306
306
forward_ref_op_assign! { impl const MulAssign , mul_assign for Wrapping <$t>, Wrapping <$t> }
307
307
308
- #[ stable( feature = "wrapping_int_assign_impl" , since = "1.61 .0" ) ]
308
+ #[ stable( feature = "wrapping_int_assign_impl" , since = "1.60 .0" ) ]
309
309
#[ rustc_const_unstable( feature = "const_ops" , issue = "90080" ) ]
310
310
impl const MulAssign <$t> for Wrapping <$t> {
311
311
#[ inline]
@@ -338,7 +338,7 @@ macro_rules! wrapping_impl {
338
338
}
339
339
forward_ref_op_assign! { impl const DivAssign , div_assign for Wrapping <$t>, Wrapping <$t> }
340
340
341
- #[ stable( feature = "wrapping_int_assign_impl" , since = "1.61 .0" ) ]
341
+ #[ stable( feature = "wrapping_int_assign_impl" , since = "1.60 .0" ) ]
342
342
#[ rustc_const_unstable( feature = "const_ops" , issue = "90080" ) ]
343
343
impl const DivAssign <$t> for Wrapping <$t> {
344
344
#[ inline]
@@ -371,7 +371,7 @@ macro_rules! wrapping_impl {
371
371
}
372
372
forward_ref_op_assign! { impl const RemAssign , rem_assign for Wrapping <$t>, Wrapping <$t> }
373
373
374
- #[ stable( feature = "wrapping_int_assign_impl" , since = "1.61 .0" ) ]
374
+ #[ stable( feature = "wrapping_int_assign_impl" , since = "1.60 .0" ) ]
375
375
#[ rustc_const_unstable( feature = "const_ops" , issue = "90080" ) ]
376
376
impl const RemAssign <$t> for Wrapping <$t> {
377
377
#[ inline]
@@ -417,7 +417,7 @@ macro_rules! wrapping_impl {
417
417
}
418
418
forward_ref_op_assign! { impl const BitXorAssign , bitxor_assign for Wrapping <$t>, Wrapping <$t> }
419
419
420
- #[ stable( feature = "wrapping_int_assign_impl" , since = "1.61 .0" ) ]
420
+ #[ stable( feature = "wrapping_int_assign_impl" , since = "1.60 .0" ) ]
421
421
#[ rustc_const_unstable( feature = "const_ops" , issue = "90080" ) ]
422
422
impl const BitXorAssign <$t> for Wrapping <$t> {
423
423
#[ inline]
@@ -450,7 +450,7 @@ macro_rules! wrapping_impl {
450
450
}
451
451
forward_ref_op_assign! { impl const BitOrAssign , bitor_assign for Wrapping <$t>, Wrapping <$t> }
452
452
453
- #[ stable( feature = "wrapping_int_assign_impl" , since = "1.61 .0" ) ]
453
+ #[ stable( feature = "wrapping_int_assign_impl" , since = "1.60 .0" ) ]
454
454
#[ rustc_const_unstable( feature = "const_ops" , issue = "90080" ) ]
455
455
impl const BitOrAssign <$t> for Wrapping <$t> {
456
456
#[ inline]
@@ -483,7 +483,7 @@ macro_rules! wrapping_impl {
483
483
}
484
484
forward_ref_op_assign! { impl const BitAndAssign , bitand_assign for Wrapping <$t>, Wrapping <$t> }
485
485
486
- #[ stable( feature = "wrapping_int_assign_impl" , since = "1.61 .0" ) ]
486
+ #[ stable( feature = "wrapping_int_assign_impl" , since = "1.60 .0" ) ]
487
487
#[ rustc_const_unstable( feature = "const_ops" , issue = "90080" ) ]
488
488
impl const BitAndAssign <$t> for Wrapping <$t> {
489
489
#[ inline]
0 commit comments