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 3c7ab71 commit 9b4230dCopy full SHA for 9b4230d
src/defines.rs
@@ -5,7 +5,7 @@ use std::fmt::Error as FmtError;
5
use std::fmt::{Display, Formatter};
6
7
/// Error codes
8
-#[repr(i32)]
+#[repr(u32)]
9
#[derive(Clone, Copy, Debug, PartialEq)]
10
pub enum AfError {
11
/// The function returned successfully
0 commit comments