@@ -477,7 +477,6 @@ macro_rules! int_impl {
477477  #[ doc = concat!( "let _ = (" ,  stringify!( $SelfT) ,  "::MAX - 2).strict_add(3);" ) ] 
478478 /// ``` 
479479  #[ unstable( feature = "strict_overflow_ops" ,  issue = "118260" ) ] 
480-  #[ rustc_const_unstable( feature = "const_strict_overflow_ops" ,  issue = "118260" ) ] 
481480 #[ must_use = "this returns the result of the operation, \  
482481  without modifying the original"] 
483482 #[ inline] 
@@ -573,7 +572,6 @@ macro_rules! int_impl {
573572  #[ doc = concat!( "let _ = (" ,  stringify!( $SelfT) ,  "::MAX - 2).strict_add_unsigned(3);" ) ] 
574573 /// ``` 
575574  #[ unstable( feature = "strict_overflow_ops" ,  issue = "118260" ) ] 
576-  #[ rustc_const_unstable( feature = "const_strict_overflow_ops" ,  issue = "118260" ) ] 
577575 #[ must_use = "this returns the result of the operation, \  
578576  without modifying the original"] 
579577 #[ inline] 
@@ -629,7 +627,6 @@ macro_rules! int_impl {
629627  #[ doc = concat!( "let _ = (" ,  stringify!( $SelfT) ,  "::MIN + 2).strict_sub(3);" ) ] 
630628 /// ``` 
631629  #[ unstable( feature = "strict_overflow_ops" ,  issue = "118260" ) ] 
632-  #[ rustc_const_unstable( feature = "const_strict_overflow_ops" ,  issue = "118260" ) ] 
633630 #[ must_use = "this returns the result of the operation, \  
634631  without modifying the original"] 
635632 #[ inline] 
@@ -725,7 +722,6 @@ macro_rules! int_impl {
725722  #[ doc = concat!( "let _ = (" ,  stringify!( $SelfT) ,  "::MIN + 2).strict_sub_unsigned(3);" ) ] 
726723 /// ``` 
727724  #[ unstable( feature = "strict_overflow_ops" ,  issue = "118260" ) ] 
728-  #[ rustc_const_unstable( feature = "const_strict_overflow_ops" ,  issue = "118260" ) ] 
729725 #[ must_use = "this returns the result of the operation, \  
730726  without modifying the original"] 
731727 #[ inline] 
@@ -781,7 +777,6 @@ macro_rules! int_impl {
781777  #[ doc = concat!( "let _ = " ,  stringify!( $SelfT) ,  "::MAX.strict_mul(2);" ) ] 
782778 /// ``` 
783779  #[ unstable( feature = "strict_overflow_ops" ,  issue = "118260" ) ] 
784-  #[ rustc_const_unstable( feature = "const_strict_overflow_ops" ,  issue = "118260" ) ] 
785780 #[ must_use = "this returns the result of the operation, \  
786781  without modifying the original"] 
787782 #[ inline] 
@@ -895,7 +890,6 @@ macro_rules! int_impl {
895890  #[ doc = concat!( "let _ = (1" ,  stringify!( $SelfT) ,  ").strict_div(0);" ) ] 
896891 /// ``` 
897892  #[ unstable( feature = "strict_overflow_ops" ,  issue = "118260" ) ] 
898-  #[ rustc_const_unstable( feature = "const_strict_overflow_ops" ,  issue = "118260" ) ] 
899893 #[ must_use = "this returns the result of the operation, \  
900894  without modifying the original"] 
901895 #[ inline] 
@@ -969,7 +963,6 @@ macro_rules! int_impl {
969963  #[ doc = concat!( "let _ = (1" ,  stringify!( $SelfT) ,  ").strict_div_euclid(0);" ) ] 
970964 /// ``` 
971965  #[ unstable( feature = "strict_overflow_ops" ,  issue = "118260" ) ] 
972-  #[ rustc_const_unstable( feature = "const_strict_overflow_ops" ,  issue = "118260" ) ] 
973966 #[ must_use = "this returns the result of the operation, \  
974967  without modifying the original"] 
975968 #[ inline] 
@@ -1042,7 +1035,6 @@ macro_rules! int_impl {
10421035  #[ doc = concat!( "let _ = " ,  stringify!( $SelfT) ,  "::MIN.strict_rem(-1);" ) ] 
10431036 /// ``` 
10441037  #[ unstable( feature = "strict_overflow_ops" ,  issue = "118260" ) ] 
1045-  #[ rustc_const_unstable( feature = "const_strict_overflow_ops" ,  issue = "118260" ) ] 
10461038 #[ must_use = "this returns the result of the operation, \  
10471039  without modifying the original"] 
10481040 #[ inline] 
@@ -1115,7 +1107,6 @@ macro_rules! int_impl {
11151107  #[ doc = concat!( "let _ = " ,  stringify!( $SelfT) ,  "::MIN.strict_rem_euclid(-1);" ) ] 
11161108 /// ``` 
11171109  #[ unstable( feature = "strict_overflow_ops" ,  issue = "118260" ) ] 
1118-  #[ rustc_const_unstable( feature = "const_strict_overflow_ops" ,  issue = "118260" ) ] 
11191110 #[ must_use = "this returns the result of the operation, \  
11201111  without modifying the original"] 
11211112 #[ inline] 
@@ -1203,7 +1194,6 @@ macro_rules! int_impl {
12031194  #[ doc = concat!( "let _ = " ,  stringify!( $SelfT) ,  "::MIN.strict_neg();" ) ] 
12041195 /// 
12051196  #[ unstable( feature = "strict_overflow_ops" ,  issue = "118260" ) ] 
1206-  #[ rustc_const_unstable( feature = "const_strict_overflow_ops" ,  issue = "118260" ) ] 
12071197 #[ must_use = "this returns the result of the operation, \  
12081198  without modifying the original"] 
12091199 #[ inline] 
@@ -1266,7 +1256,6 @@ macro_rules! int_impl {
12661256  #[ doc = concat!( "let _ = 0x1" ,  stringify!( $SelfT) ,  ".strict_shl(129);" ) ] 
12671257 /// ``` 
12681258  #[ unstable( feature = "strict_overflow_ops" ,  issue = "118260" ) ] 
1269-  #[ rustc_const_unstable( feature = "const_strict_overflow_ops" ,  issue = "118260" ) ] 
12701259 #[ must_use = "this returns the result of the operation, \  
12711260  without modifying the original"] 
12721261 #[ inline] 
@@ -1325,7 +1314,6 @@ macro_rules! int_impl {
13251314 #[ doc = concat!( "assert_eq!(0x1" ,  stringify!( $SelfT) ,  ".unbounded_shl(129), 0);" ) ] 
13261315 /// ``` 
13271316  #[ unstable( feature = "unbounded_shifts" ,  issue = "129375" ) ] 
1328-  #[ rustc_const_unstable( feature = "const_unbounded_shifts" ,  issue = "129375" ) ] 
13291317 #[ must_use = "this returns the result of the operation, \  
13301318  without modifying the original"] 
13311319 #[ inline] 
@@ -1391,7 +1379,6 @@ macro_rules! int_impl {
13911379  #[ doc = concat!( "let _ = 0x10" ,  stringify!( $SelfT) ,  ".strict_shr(128);" ) ] 
13921380 /// ``` 
13931381  #[ unstable( feature = "strict_overflow_ops" ,  issue = "118260" ) ] 
1394-  #[ rustc_const_unstable( feature = "const_strict_overflow_ops" ,  issue = "118260" ) ] 
13951382 #[ must_use = "this returns the result of the operation, \  
13961383  without modifying the original"] 
13971384 #[ inline] 
@@ -1452,7 +1439,6 @@ macro_rules! int_impl {
14521439 #[ doc = concat!( "assert_eq!(" ,  stringify!( $SelfT) ,  "::MIN.unbounded_shr(129), -1);" ) ] 
14531440 /// ``` 
14541441  #[ unstable( feature = "unbounded_shifts" ,  issue = "129375" ) ] 
1455-  #[ rustc_const_unstable( feature = "const_unbounded_shifts" ,  issue = "129375" ) ] 
14561442 #[ must_use = "this returns the result of the operation, \  
14571443  without modifying the original"] 
14581444 #[ inline] 
@@ -1519,7 +1505,6 @@ macro_rules! int_impl {
15191505  #[ doc = concat!( "let _ = " ,  stringify!( $SelfT) ,  "::MIN.strict_abs();" ) ] 
15201506 /// ``` 
15211507  #[ unstable( feature = "strict_overflow_ops" ,  issue = "118260" ) ] 
1522-  #[ rustc_const_unstable( feature = "const_strict_overflow_ops" ,  issue = "118260" ) ] 
15231508 #[ must_use = "this returns the result of the operation, \  
15241509  without modifying the original"] 
15251510 #[ inline] 
@@ -1594,7 +1579,6 @@ macro_rules! int_impl {
15941579  #[ doc = concat!( "let _ = " ,  stringify!( $SelfT) ,  "::MAX.strict_pow(2);" ) ] 
15951580 /// ``` 
15961581  #[ unstable( feature = "strict_overflow_ops" ,  issue = "118260" ) ] 
1597-  #[ rustc_const_unstable( feature = "const_strict_overflow_ops" ,  issue = "118260" ) ] 
15981582 #[ must_use = "this returns the result of the operation, \  
15991583  without modifying the original"] 
16001584 #[ inline] 
@@ -2368,7 +2352,6 @@ macro_rules! int_impl {
23682352  /// assert_eq!((sum1, sum0), (6, 8)); 
23692353  /// ``` 
23702354  #[ unstable( feature = "bigint_helper_methods" ,  issue = "85532" ) ] 
2371-  #[ rustc_const_unstable( feature = "const_bigint_helper_methods" ,  issue = "85532" ) ] 
23722355 #[ must_use = "this returns the result of the operation, \  
23732356  without modifying the original"] 
23742357 #[ inline] 
@@ -2476,7 +2459,6 @@ macro_rules! int_impl {
24762459  #[ doc = concat!( "assert_eq!((diff1, diff0), (10, " ,  stringify!( $UnsignedT) ,  "::MAX));" ) ] 
24772460 /// ``` 
24782461  #[ unstable( feature = "bigint_helper_methods" ,  issue = "85532" ) ] 
2479-  #[ rustc_const_unstable( feature = "const_bigint_helper_methods" ,  issue = "85532" ) ] 
24802462 #[ must_use = "this returns the result of the operation, \  
24812463  without modifying the original"] 
24822464 #[ inline] 
0 commit comments