Macro fail_with_format

Source
macro_rules! fail_with_format {
    ( $_code : literal, $_format : literal, $( $_argument : tt )* ) => { ... };
}