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.
improper_ctypes
I tried this code:
pub type F = extern "C" fn(&[u8]);
I expected to see this happen: improper_ctypes should trigger for this definition.
Instead, this happened: It is not linted.