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