We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For example, it accepts this:
#![crate_type="lib"] #![deny(improper_ctypes)] extern "C" { pub fn foo(x: String); }
Even though String is not FFI safe.
String