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