We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 572b874 commit f2fd820Copy full SHA for f2fd820
1 file changed
src/mem/small.rs
@@ -1,3 +1,5 @@
1
+#[cfg(not(feature = "nightly"))]
2
+use crate::ptr::Polyfill as _;
3
use core::ffi::{c_char, c_int, c_void};
4
5
#[no_mangle]
0 commit comments