You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature(core_ffi_c) was stabilized (and possibly feature(c_size_t) in the future), so we may want to extend --use-core to use them (gated on --rust-target or some other flag).
In fact, it could potentially be made the default, since it would work for all projects (i.e. both std and no_std).
Currently, a workaround is to manually specify the prefix via --ctypes-prefix core::ffi.