Skip to content

Commit 2339bb2

Browse files
authored
Update since to 1.64 (since we're after 1.63)
1 parent 69e8e7e commit 2339bb2

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

library/core/src/num/nonzero.rs

+26-26
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@ macro_rules! nonzero_unsigned_operations {
330330
/// # Some(())
331331
/// # }
332332
/// ```
333-
#[stable(feature = "nonzero_checked_ops", since = "1.63.0")]
334-
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.63.0")]
333+
#[stable(feature = "nonzero_checked_ops", since = "1.64.0")]
334+
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.64.0")]
335335
#[must_use = "this returns the result of the operation, \
336336
without modifying the original"]
337337
#[inline]
@@ -365,8 +365,8 @@ macro_rules! nonzero_unsigned_operations {
365365
/// # Some(())
366366
/// # }
367367
/// ```
368-
#[stable(feature = "nonzero_checked_ops", since = "1.63.0")]
369-
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.63.0")]
368+
#[stable(feature = "nonzero_checked_ops", since = "1.64.0")]
369+
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.64.0")]
370370
#[must_use = "this returns the result of the operation, \
371371
without modifying the original"]
372372
#[inline]
@@ -431,8 +431,8 @@ macro_rules! nonzero_unsigned_operations {
431431
/// # Some(())
432432
/// # }
433433
/// ```
434-
#[stable(feature = "nonzero_checked_ops", since = "1.63.0")]
435-
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.63.0")]
434+
#[stable(feature = "nonzero_checked_ops", since = "1.64.0")]
435+
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.64.0")]
436436
#[must_use = "this returns the result of the operation, \
437437
without modifying the original"]
438438
#[inline]
@@ -533,8 +533,8 @@ macro_rules! nonzero_signed_operations {
533533
/// # Some(())
534534
/// # }
535535
/// ```
536-
#[stable(feature = "nonzero_checked_ops", since = "1.63.0")]
537-
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.63.0")]
536+
#[stable(feature = "nonzero_checked_ops", since = "1.64.0")]
537+
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.64.0")]
538538
#[must_use = "this returns the result of the operation, \
539539
without modifying the original"]
540540
#[inline]
@@ -565,8 +565,8 @@ macro_rules! nonzero_signed_operations {
565565
/// # Some(())
566566
/// # }
567567
/// ```
568-
#[stable(feature = "nonzero_checked_ops", since = "1.63.0")]
569-
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.63.0")]
568+
#[stable(feature = "nonzero_checked_ops", since = "1.64.0")]
569+
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.64.0")]
570570
#[must_use = "this returns the result of the operation, \
571571
without modifying the original"]
572572
#[inline]
@@ -601,8 +601,8 @@ macro_rules! nonzero_signed_operations {
601601
/// # Some(())
602602
/// # }
603603
/// ```
604-
#[stable(feature = "nonzero_checked_ops", since = "1.63.0")]
605-
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.63.0")]
604+
#[stable(feature = "nonzero_checked_ops", since = "1.64.0")]
605+
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.64.0")]
606606
#[must_use = "this returns the result of the operation, \
607607
without modifying the original"]
608608
#[inline]
@@ -641,8 +641,8 @@ macro_rules! nonzero_signed_operations {
641641
/// # Some(())
642642
/// # }
643643
/// ```
644-
#[stable(feature = "nonzero_checked_ops", since = "1.63.0")]
645-
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.63.0")]
644+
#[stable(feature = "nonzero_checked_ops", since = "1.64.0")]
645+
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.64.0")]
646646
#[must_use = "this returns the result of the operation, \
647647
without modifying the original"]
648648
#[inline]
@@ -676,8 +676,8 @@ macro_rules! nonzero_signed_operations {
676676
/// # Some(())
677677
/// # }
678678
/// ```
679-
#[stable(feature = "nonzero_checked_ops", since = "1.63.0")]
680-
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.63.0")]
679+
#[stable(feature = "nonzero_checked_ops", since = "1.64.0")]
680+
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.64.0")]
681681
#[must_use = "this returns the result of the operation, \
682682
without modifying the original"]
683683
#[inline]
@@ -711,8 +711,8 @@ macro_rules! nonzero_signed_operations {
711711
/// # Some(())
712712
/// # }
713713
/// ```
714-
#[stable(feature = "nonzero_checked_ops", since = "1.63.0")]
715-
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.63.0")]
714+
#[stable(feature = "nonzero_checked_ops", since = "1.64.0")]
715+
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.64.0")]
716716
#[must_use = "this returns the result of the operation, \
717717
without modifying the original"]
718718
#[inline]
@@ -760,8 +760,8 @@ macro_rules! nonzero_unsigned_signed_operations {
760760
/// # Some(())
761761
/// # }
762762
/// ```
763-
#[stable(feature = "nonzero_checked_ops", since = "1.63.0")]
764-
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.63.0")]
763+
#[stable(feature = "nonzero_checked_ops", since = "1.64.0")]
764+
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.64.0")]
765765
#[must_use = "this returns the result of the operation, \
766766
without modifying the original"]
767767
#[inline]
@@ -796,8 +796,8 @@ macro_rules! nonzero_unsigned_signed_operations {
796796
/// # Some(())
797797
/// # }
798798
/// ```
799-
#[stable(feature = "nonzero_checked_ops", since = "1.63.0")]
800-
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.63.0")]
799+
#[stable(feature = "nonzero_checked_ops", since = "1.64.0")]
800+
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.64.0")]
801801
#[must_use = "this returns the result of the operation, \
802802
without modifying the original"]
803803
#[inline]
@@ -869,8 +869,8 @@ macro_rules! nonzero_unsigned_signed_operations {
869869
/// # Some(())
870870
/// # }
871871
/// ```
872-
#[stable(feature = "nonzero_checked_ops", since = "1.63.0")]
873-
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.63.0")]
872+
#[stable(feature = "nonzero_checked_ops", since = "1.64.0")]
873+
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.64.0")]
874874
#[must_use = "this returns the result of the operation, \
875875
without modifying the original"]
876876
#[inline]
@@ -913,8 +913,8 @@ macro_rules! nonzero_unsigned_signed_operations {
913913
/// # Some(())
914914
/// # }
915915
/// ```
916-
#[stable(feature = "nonzero_checked_ops", since = "1.63.0")]
917-
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.63.0")]
916+
#[stable(feature = "nonzero_checked_ops", since = "1.64.0")]
917+
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.64.0")]
918918
#[must_use = "this returns the result of the operation, \
919919
without modifying the original"]
920920
#[inline]

0 commit comments

Comments
 (0)