diff options
| author | scottmcm <scottmcm@users.noreply.github.com> | 2022-06-26 08:45:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-26 08:45:53 +0000 |
| commit | 2339bb20a6ae120abf1d5ea5e7aff40f263e92f1 (patch) | |
| tree | 40c4aaca7f18f4c1a3ee4c7de5b6ca73f11e861d | |
| parent | 69e8e7e73b7e56e518a2552097578d590043a30e (diff) | |
| download | rust-2339bb20a6ae120abf1d5ea5e7aff40f263e92f1.tar.gz rust-2339bb20a6ae120abf1d5ea5e7aff40f263e92f1.zip | |
Update `since` to 1.64 (since we're after 1.63)
| -rw-r--r-- | library/core/src/num/nonzero.rs | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/library/core/src/num/nonzero.rs b/library/core/src/num/nonzero.rs index 5e95edaee19..e570d831cc6 100644 --- a/library/core/src/num/nonzero.rs +++ b/library/core/src/num/nonzero.rs @@ -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] @@ -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] @@ -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] @@ -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] @@ -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] @@ -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] @@ -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] @@ -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] @@ -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] @@ -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] @@ -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] @@ -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] @@ -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] |
