mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-29 07:08:14 +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.