The failure crate invents its own traits that don't use std::error::Error (because failure predates certain features added to Error); this prevents using ? on an error from failure in a function using Error. The thiserror crate integrates with the standard Error trait instead.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.