@@ -331,7 +331,7 @@ macro_rules! nonzero_unsigned_operations {
331
331
/// # }
332
332
/// ```
333
333
#[ stable( feature = "nonzero_checked_ops" , since = "1.63.0" ) ]
334
- #[ rustc_const_unstable ( feature = "const_nonzero_checked_ops" , issue = "97547 " ) ]
334
+ #[ rustc_const_stable ( feature = "const_nonzero_checked_ops" , since = "1.63.0 " ) ]
335
335
#[ must_use = "this returns the result of the operation, \
336
336
without modifying the original"]
337
337
#[ inline]
@@ -366,7 +366,7 @@ macro_rules! nonzero_unsigned_operations {
366
366
/// # }
367
367
/// ```
368
368
#[ stable( feature = "nonzero_checked_ops" , since = "1.63.0" ) ]
369
- #[ rustc_const_unstable ( feature = "const_nonzero_checked_ops" , issue = "97547 " ) ]
369
+ #[ rustc_const_stable ( feature = "const_nonzero_checked_ops" , since = "1.63.0 " ) ]
370
370
#[ must_use = "this returns the result of the operation, \
371
371
without modifying the original"]
372
372
#[ inline]
@@ -432,7 +432,7 @@ macro_rules! nonzero_unsigned_operations {
432
432
/// # }
433
433
/// ```
434
434
#[ stable( feature = "nonzero_checked_ops" , since = "1.63.0" ) ]
435
- #[ rustc_const_unstable ( feature = "const_nonzero_checked_ops" , issue = "97547 " ) ]
435
+ #[ rustc_const_stable ( feature = "const_nonzero_checked_ops" , since = "1.63.0 " ) ]
436
436
#[ must_use = "this returns the result of the operation, \
437
437
without modifying the original"]
438
438
#[ inline]
@@ -534,7 +534,7 @@ macro_rules! nonzero_signed_operations {
534
534
/// # }
535
535
/// ```
536
536
#[ stable( feature = "nonzero_checked_ops" , since = "1.63.0" ) ]
537
- #[ rustc_const_unstable ( feature = "const_nonzero_checked_ops" , issue = "97547 " ) ]
537
+ #[ rustc_const_stable ( feature = "const_nonzero_checked_ops" , since = "1.63.0 " ) ]
538
538
#[ must_use = "this returns the result of the operation, \
539
539
without modifying the original"]
540
540
#[ inline]
@@ -566,7 +566,7 @@ macro_rules! nonzero_signed_operations {
566
566
/// # }
567
567
/// ```
568
568
#[ stable( feature = "nonzero_checked_ops" , since = "1.63.0" ) ]
569
- #[ rustc_const_unstable ( feature = "const_nonzero_checked_ops" , issue = "97547 " ) ]
569
+ #[ rustc_const_stable ( feature = "const_nonzero_checked_ops" , since = "1.63.0 " ) ]
570
570
#[ must_use = "this returns the result of the operation, \
571
571
without modifying the original"]
572
572
#[ inline]
@@ -602,7 +602,7 @@ macro_rules! nonzero_signed_operations {
602
602
/// # }
603
603
/// ```
604
604
#[ stable( feature = "nonzero_checked_ops" , since = "1.63.0" ) ]
605
- #[ rustc_const_unstable ( feature = "const_nonzero_checked_ops" , issue = "97547 " ) ]
605
+ #[ rustc_const_stable ( feature = "const_nonzero_checked_ops" , since = "1.63.0 " ) ]
606
606
#[ must_use = "this returns the result of the operation, \
607
607
without modifying the original"]
608
608
#[ inline]
@@ -642,7 +642,7 @@ macro_rules! nonzero_signed_operations {
642
642
/// # }
643
643
/// ```
644
644
#[ stable( feature = "nonzero_checked_ops" , since = "1.63.0" ) ]
645
- #[ rustc_const_unstable ( feature = "const_nonzero_checked_ops" , issue = "97547 " ) ]
645
+ #[ rustc_const_stable ( feature = "const_nonzero_checked_ops" , since = "1.63.0 " ) ]
646
646
#[ must_use = "this returns the result of the operation, \
647
647
without modifying the original"]
648
648
#[ inline]
@@ -677,7 +677,7 @@ macro_rules! nonzero_signed_operations {
677
677
/// # }
678
678
/// ```
679
679
#[ stable( feature = "nonzero_checked_ops" , since = "1.63.0" ) ]
680
- #[ rustc_const_unstable ( feature = "const_nonzero_checked_ops" , issue = "97547 " ) ]
680
+ #[ rustc_const_stable ( feature = "const_nonzero_checked_ops" , since = "1.63.0 " ) ]
681
681
#[ must_use = "this returns the result of the operation, \
682
682
without modifying the original"]
683
683
#[ inline]
@@ -712,7 +712,7 @@ macro_rules! nonzero_signed_operations {
712
712
/// # }
713
713
/// ```
714
714
#[ stable( feature = "nonzero_checked_ops" , since = "1.63.0" ) ]
715
- #[ rustc_const_unstable ( feature = "const_nonzero_checked_ops" , issue = "97547 " ) ]
715
+ #[ rustc_const_stable ( feature = "const_nonzero_checked_ops" , since = "1.63.0 " ) ]
716
716
#[ must_use = "this returns the result of the operation, \
717
717
without modifying the original"]
718
718
#[ inline]
@@ -761,7 +761,7 @@ macro_rules! nonzero_unsigned_signed_operations {
761
761
/// # }
762
762
/// ```
763
763
#[ stable( feature = "nonzero_checked_ops" , since = "1.63.0" ) ]
764
- #[ rustc_const_unstable ( feature = "const_nonzero_checked_ops" , issue = "97547 " ) ]
764
+ #[ rustc_const_stable ( feature = "const_nonzero_checked_ops" , since = "1.63.0 " ) ]
765
765
#[ must_use = "this returns the result of the operation, \
766
766
without modifying the original"]
767
767
#[ inline]
@@ -797,7 +797,7 @@ macro_rules! nonzero_unsigned_signed_operations {
797
797
/// # }
798
798
/// ```
799
799
#[ stable( feature = "nonzero_checked_ops" , since = "1.63.0" ) ]
800
- #[ rustc_const_unstable ( feature = "const_nonzero_checked_ops" , issue = "97547 " ) ]
800
+ #[ rustc_const_stable ( feature = "const_nonzero_checked_ops" , since = "1.63.0 " ) ]
801
801
#[ must_use = "this returns the result of the operation, \
802
802
without modifying the original"]
803
803
#[ inline]
@@ -870,7 +870,7 @@ macro_rules! nonzero_unsigned_signed_operations {
870
870
/// # }
871
871
/// ```
872
872
#[ stable( feature = "nonzero_checked_ops" , since = "1.63.0" ) ]
873
- #[ rustc_const_unstable ( feature = "const_nonzero_checked_ops" , issue = "97547 " ) ]
873
+ #[ rustc_const_stable ( feature = "const_nonzero_checked_ops" , since = "1.63.0 " ) ]
874
874
#[ must_use = "this returns the result of the operation, \
875
875
without modifying the original"]
876
876
#[ inline]
@@ -914,7 +914,7 @@ macro_rules! nonzero_unsigned_signed_operations {
914
914
/// # }
915
915
/// ```
916
916
#[ stable( feature = "nonzero_checked_ops" , since = "1.63.0" ) ]
917
- #[ rustc_const_unstable ( feature = "const_nonzero_checked_ops" , issue = "97547 " ) ]
917
+ #[ rustc_const_stable ( feature = "const_nonzero_checked_ops" , since = "1.63.0 " ) ]
918
918
#[ must_use = "this returns the result of the operation, \
919
919
without modifying the original"]
920
920
#[ inline]
0 commit comments