We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b149401 commit b935e32Copy full SHA for b935e32
compiler/generator/rust/rust_code_container.cpp
@@ -349,7 +349,7 @@ void RustCodeContainer::produceClass()
349
tab(n + 1, *fOut);
350
*fOut << "mod ffi {";
351
352
- *fOut << "use std::os::raw::c_double;";
+ *fOut << "use core::ffi::c_double;";
353
354
*fOut << "// Conditionally compile the link attribute only on non-Windows platforms";
355
0 commit comments