We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80e63f commit f5e0f4dCopy full SHA for f5e0f4d
src/libcore/num/mod.rs
@@ -256,6 +256,7 @@ Basic usage:
256
$EndFeature, "
257
```"),
258
#[stable(feature = "rust1", since = "1.0.0")]
259
+ #[rustc_deprecated(since = "1.41.0", reason = "replaced by associated constant MIN")]
260
#[inline(always)]
261
#[rustc_promotable]
262
#[rustc_const_stable(feature = "const_min_value", since = "1.32.0")]
@@ -276,6 +277,7 @@ Basic usage:
276
277
278
279
280
+ #[rustc_deprecated(since = "1.41.0", reason = "replaced by associated constant MAX")]
281
282
283
#[rustc_const_stable(feature = "const_max_value", since = "1.32.0")]
0 commit comments