mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +00:00

While cg_llvm is very lax about mismatched function signatures, cg_clif will crash when there is any mismatch. It could be turned into an error, but without Cranelift changes can't just be ignored.