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 01d95f2 commit 7ea4c28Copy full SHA for 7ea4c28
library/core/src/convert/mod.rs
@@ -468,6 +468,7 @@ pub trait TryInto<T>: Sized {
468
/// assert!(try_successful_smaller_number.is_ok());
469
/// ```
470
///
471
+/// [`i32::MAX`]: crate::i32::MAX
472
/// [`try_from`]: TryFrom::try_from
473
/// [`!`]: ../../std/primitive.never.html
474
#[stable(feature = "try_from", since = "1.34.0")]
0 commit comments