-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
Given the name of the crate I would expect to have something to verify that the generated data structure is considered FFI-safe by rustc. I've seen rustc periodically introduce regressions in what is considered to be FFI-safe.
Something like:
#[deny(improper_ctypes, warnings)]
extern "C" {
pub fn f(_: *const leveldb_t);
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels