Macro format_err

Source
macro_rules! format_err {
    ($($tt:tt)*) => { ... };
}