Open
Description
Introduced by 549dd10 128-bit integers used in e.g. extern "sysv64"
produce the warning:
warning: `extern` fn uses type `u128`, which is not FFI-safe
--> src/xxx.rs:126:6
|
126 | ) -> u128 {
| ^^^^ not FFI-safe
|
= note: `#[warn(improper_ctypes_definitions)]` on by default
= note: 128-bit integers don't currently have a known stable ABI
warning: 1 warning emitted
I dispute this statement by pointing to the now de facto source of the x86-64 System V ABI: