Also add configuration to CI to fail doc generation if any links are broken. Unfortunately we can't blanket deny all warnings in rustdoc since some are unconditional warnings, but for now this is hopefully good enough. Closes #1947
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.