mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 18:37:47 +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.