Skip to content

Commit

Permalink
Update since to 1.64 (since we're after 1.63)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmcm authored Jun 26, 2022
1 parent 69e8e7e commit 2339bb2
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions library/core/src/num/nonzero.rs
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ macro_rules! nonzero_unsigned_operations {
/// # Some(())
/// # }
/// ```
#[stable(feature = "nonzero_checked_ops", since = "1.63.0")]
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.63.0")]
#[stable(feature = "nonzero_checked_ops", since = "1.64.0")]
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.64.0")]
#[must_use = "this returns the result of the operation, \
without modifying the original"]
#[inline]
Expand Down Expand Up @@ -365,8 +365,8 @@ macro_rules! nonzero_unsigned_operations {
/// # Some(())
/// # }
/// ```
#[stable(feature = "nonzero_checked_ops", since = "1.63.0")]
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.63.0")]
#[stable(feature = "nonzero_checked_ops", since = "1.64.0")]
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.64.0")]
#[must_use = "this returns the result of the operation, \
without modifying the original"]
#[inline]
Expand Down Expand Up @@ -431,8 +431,8 @@ macro_rules! nonzero_unsigned_operations {
/// # Some(())
/// # }
/// ```
#[stable(feature = "nonzero_checked_ops", since = "1.63.0")]
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.63.0")]
#[stable(feature = "nonzero_checked_ops", since = "1.64.0")]
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.64.0")]
#[must_use = "this returns the result of the operation, \
without modifying the original"]
#[inline]
Expand Down Expand Up @@ -533,8 +533,8 @@ macro_rules! nonzero_signed_operations {
/// # Some(())
/// # }
/// ```
#[stable(feature = "nonzero_checked_ops", since = "1.63.0")]
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.63.0")]
#[stable(feature = "nonzero_checked_ops", since = "1.64.0")]
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.64.0")]
#[must_use = "this returns the result of the operation, \
without modifying the original"]
#[inline]
Expand Down Expand Up @@ -565,8 +565,8 @@ macro_rules! nonzero_signed_operations {
/// # Some(())
/// # }
/// ```
#[stable(feature = "nonzero_checked_ops", since = "1.63.0")]
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.63.0")]
#[stable(feature = "nonzero_checked_ops", since = "1.64.0")]
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.64.0")]
#[must_use = "this returns the result of the operation, \
without modifying the original"]
#[inline]
Expand Down Expand Up @@ -601,8 +601,8 @@ macro_rules! nonzero_signed_operations {
/// # Some(())
/// # }
/// ```
#[stable(feature = "nonzero_checked_ops", since = "1.63.0")]
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.63.0")]
#[stable(feature = "nonzero_checked_ops", since = "1.64.0")]
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.64.0")]
#[must_use = "this returns the result of the operation, \
without modifying the original"]
#[inline]
Expand Down Expand Up @@ -641,8 +641,8 @@ macro_rules! nonzero_signed_operations {
/// # Some(())
/// # }
/// ```
#[stable(feature = "nonzero_checked_ops", since = "1.63.0")]
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.63.0")]
#[stable(feature = "nonzero_checked_ops", since = "1.64.0")]
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.64.0")]
#[must_use = "this returns the result of the operation, \
without modifying the original"]
#[inline]
Expand Down Expand Up @@ -676,8 +676,8 @@ macro_rules! nonzero_signed_operations {
/// # Some(())
/// # }
/// ```
#[stable(feature = "nonzero_checked_ops", since = "1.63.0")]
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.63.0")]
#[stable(feature = "nonzero_checked_ops", since = "1.64.0")]
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.64.0")]
#[must_use = "this returns the result of the operation, \
without modifying the original"]
#[inline]
Expand Down Expand Up @@ -711,8 +711,8 @@ macro_rules! nonzero_signed_operations {
/// # Some(())
/// # }
/// ```
#[stable(feature = "nonzero_checked_ops", since = "1.63.0")]
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.63.0")]
#[stable(feature = "nonzero_checked_ops", since = "1.64.0")]
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.64.0")]
#[must_use = "this returns the result of the operation, \
without modifying the original"]
#[inline]
Expand Down Expand Up @@ -760,8 +760,8 @@ macro_rules! nonzero_unsigned_signed_operations {
/// # Some(())
/// # }
/// ```
#[stable(feature = "nonzero_checked_ops", since = "1.63.0")]
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.63.0")]
#[stable(feature = "nonzero_checked_ops", since = "1.64.0")]
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.64.0")]
#[must_use = "this returns the result of the operation, \
without modifying the original"]
#[inline]
Expand Down Expand Up @@ -796,8 +796,8 @@ macro_rules! nonzero_unsigned_signed_operations {
/// # Some(())
/// # }
/// ```
#[stable(feature = "nonzero_checked_ops", since = "1.63.0")]
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.63.0")]
#[stable(feature = "nonzero_checked_ops", since = "1.64.0")]
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.64.0")]
#[must_use = "this returns the result of the operation, \
without modifying the original"]
#[inline]
Expand Down Expand Up @@ -869,8 +869,8 @@ macro_rules! nonzero_unsigned_signed_operations {
/// # Some(())
/// # }
/// ```
#[stable(feature = "nonzero_checked_ops", since = "1.63.0")]
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.63.0")]
#[stable(feature = "nonzero_checked_ops", since = "1.64.0")]
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.64.0")]
#[must_use = "this returns the result of the operation, \
without modifying the original"]
#[inline]
Expand Down Expand Up @@ -913,8 +913,8 @@ macro_rules! nonzero_unsigned_signed_operations {
/// # Some(())
/// # }
/// ```
#[stable(feature = "nonzero_checked_ops", since = "1.63.0")]
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.63.0")]
#[stable(feature = "nonzero_checked_ops", since = "1.64.0")]
#[rustc_const_stable(feature = "const_nonzero_checked_ops", since = "1.64.0")]
#[must_use = "this returns the result of the operation, \
without modifying the original"]
#[inline]
Expand Down

0 comments on commit 2339bb2

Please sign in to comment.