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
lint ImproperCTypes: change what elements are being checked [...]
- do not check ADT definitions themselves, it turns out `repr(C)` is not
a strong enough signal to determine if something is designed for FFIs
- however, start checking static variables with `#[no_mangle]` or
`#[export_name=_]`, even if that's not a perfect signal due to the
lack of specified ABI
- some changes to the LLVM codegen so it can be seen as FFI-safe
0 commit comments