|
|
1
0
Rust确实没有稳定的ABI,所以您无法与它兼容。 来源: https://doc.rust-lang.org/stable/reference/type-layout.html#the-rust-representation ,关于类型布局:
https://github.com/rust-lang/rfcs/issues/600#issuecomment-526033825
名称篡改实际上
是
已定义,虽然不是针对旧版本,但当前默认版本使用,而是针对
有一种“稳定但比C ABI更高水平”的ABI的努力,目前称为
|