We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4cda87 commit 332ba16Copy full SHA for 332ba16
cross-checks/rust-checks/runtime/src/xcheck.rs
@@ -47,7 +47,6 @@ unsafe fn rb_xcheck(tag: u8, val: u64) {
47
// This is the only approach that requires that libclevrbuf.so is linked in
48
#[cfg(not(any(feature = "xcheck-with-dlsym", feature = "xcheck-with-weak")))]
49
extern "C" {
50
- #[no_mangle]
51
fn rb_xcheck(tag: u8, val: u64);
52
}
53
0 commit comments