mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 19:37:29 +00:00
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>