mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
e3f90bca50
Instead of skipping functions with internal ABIs, check that the signature doesn't contain any fn-ptr types with external ABIs that aren't FFI-safe. Signed-off-by: David Wood <david.wood@huawei.com>