Closed
Description
Assertion:
rustc: /home/.../rust/src/llvm/lib/IR/Instructions.cpp:550: void llvm::InvokeInst::init(llvm::Value*, llvm::BasicBlock*, llvm::BasicBlock*, llvm::ArrayRef<llvm::Value*>, const llvm::Twine&): Assertion `(i >= FTy->getNumParams() || FTy->getParamType(i) == Args[i]->getType()) && "Invoking a function with a bad signature!"' failed.
You can replicate this assertion with cargo test
, the project is ptal/pcp@a3c2747
The test generating this failure is newvar_test
in solver.rs
Rust version: rustc 1.0.0-dev (89c4e37 2015-01-17 10:58:43 +0000)