Closed
Description
The crushtool crate fails to compile when LLVM assertions are enabled:
rustc: /checkout/src/llvm/lib/IR/Type.cpp:241: static llvm::IntegerType *llvm::IntegerType::get(llvm::LLVMContext &, unsigned int): Assertion `NumBits >= MIN_INT_BITS && "bitwidth too small"' failed.
This is not a regression, it's confirmed to also fail on 1.28.0 (alt builds are not available past that). You might want to remove the crate's lockfile if you test it locally.