We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2b177 commit 40a271aCopy full SHA for 40a271a
rust/kernel/error.rs
@@ -12,6 +12,7 @@ use core::{num::TryFromIntError, str::Utf8Error};
12
///
13
/// The kernel defines a set of integer generic error codes based on C and
14
/// POSIX ones. These codes may have a more specific meaning in some contexts.
15
+#[derive(Debug)]
16
pub struct Error(c_types::c_int);
17
18
impl Error {
0 commit comments