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 54d68d5 commit 26b883cCopy full SHA for 26b883c
crates/rust/src/bindgen.rs
@@ -24,7 +24,7 @@ pub(super) struct FunctionBindgen<'a, 'b> {
24
emitted_cleanup: bool,
25
}
26
27
-pub const POINTER_SIZE_EXPRESSION: &str = "core::mem::size_of::<*const u8>()";
+pub const POINTER_SIZE_EXPRESSION: &str = "::core::mem::size_of::<*const u8>()";
28
29
impl<'a, 'b> FunctionBindgen<'a, 'b> {
30
pub(super) fn new(
0 commit comments