add i32::MAX link · rust-lang/rust@7ea4c28 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 7ea4c28

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -468,6 +468,7 @@ pub trait TryInto: Sized {
468 468 /// assert!(try_successful_smaller_number.is_ok());
469 469 /// ```
470 470 ///
471 +/// [`i32::MAX`]: crate::i32::MAX
471 472 /// [`try_from`]: TryFrom::try_from
472 473 /// [`!`]: ../../std/primitive.never.html
473 474 #[stable(feature = "try_from", since = "1.34.0")]