Add missing const stability attributes
This commit is contained in:
@@ -1064,6 +1064,7 @@ macro_rules! int_impl {
|
||||
///
|
||||
/// ```
|
||||
#[stable(feature = "saturating_div", since = "1.58.0")]
|
||||
#[rustc_const_stable(feature = "saturating_div", since = "1.58.0")]
|
||||
#[must_use = "this returns the result of the operation, \
|
||||
without modifying the original"]
|
||||
#[inline]
|
||||
|
||||
Reference in New Issue
Block a user