mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
1cabedc256
document ABI compatibility I don't think we have any central place where we document our ABI compatibility rules, so let's create one. The `fn()` pointer type seems like a good place since ABI questions can only become relevant when invoking a function through a function pointer. This will likely need T-lang FCP.