Add a display method to BlockCall that returns a std::fmt::Displayable result. Rework the display code in the write module of cranelift-codegen to use this method instead.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.