We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705421b commit 4082616Copy full SHA for 4082616
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