Previously, the assertion checked for `lane > 0` when it should have been `lane >= 0`; since lane is unsigned, this half of the assertion can be entirely removed.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.