mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 04:15:30 +00:00
Rust will occasionally rely on fn((), X) -> Y being compatible with fn(X) -> Y, since () is a non-passed argument. Relax CFI by choosing not to encode non-passed arguments.