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 ff23a3d commit 992f216Copy full SHA for 992f216
src/backend/linux_raw/reg.rs
@@ -45,7 +45,9 @@ pub(super) trait FromAsm: private::Sealed {
45
/// pointer types. They need a type to point to, so we define a custom private
46
/// type, to prevent it from being used for anything else.
47
#[repr(transparent)]
48
-pub(super) struct Opaque(c::c_void);
+pub(super) struct Opaque {
49
+ _unused: c::c_void,
50
+}
51
52
// Argument numbers.
53
pub(super) struct A0(());
0 commit comments