We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38798c6 commit 6471bd5Copy full SHA for 6471bd5
src/libcore/convert.rs
@@ -477,6 +477,7 @@ pub trait TryInto<T>: Sized {
477
/// [`TryInto`]: trait.TryInto.html
478
/// [`i32::MAX`]: ../../std/i32/constant.MAX.html
479
/// [`!`]: ../../std/primitive.never.html
480
+/// [`Infallible`]: enum.Infallible.html
481
#[stable(feature = "try_from", since = "1.34.0")]
482
pub trait TryFrom<T>: Sized {
483
/// The type returned in the event of a conversion error.
0 commit comments