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 b27f33a commit 739f4acCopy full SHA for 739f4ac
library/core/src/num/error.rs
@@ -79,7 +79,7 @@ pub struct ParseIntError {
79
/// # }
80
/// ```
81
#[stable(feature = "int_error_matching", since = "1.55.0")]
82
-#[derive(Debug, Clone, PartialEq, Eq)]
+#[derive(Debug, Clone, PartialEq, Eq, Copy, Hash)]
83
#[non_exhaustive]
84
pub enum IntErrorKind {
85
/// Value being parsed is empty.
0 commit comments