Skip to content

Commit f1a593d

Browse files
committed
Document kind field
1 parent 3dc56b7 commit f1a593d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcore/num/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4768,6 +4768,7 @@ fn from_str_radix<T: FromStrRadixHelper>(src: &str, radix: u32) -> Result<T, Par
47684768
#[derive(Debug, Clone, PartialEq, Eq)]
47694769
#[stable(feature = "rust1", since = "1.0.0")]
47704770
pub struct ParseIntError {
4771+
/// Stores the cause of parsing an integer failing
47714772
pub kind: IntErrorKind,
47724773
}
47734774

0 commit comments

Comments
 (0)