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 da5c78f commit 3b8230dCopy full SHA for 3b8230d
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