hax_frontend_exporter::utils::error_macros

Macro format_with_context

source
macro_rules! format_with_context {
    ($format_str:expr $(,$arg:expr)* $(; {$($x:expr),*})?) => { ... };
    ($($tt:tt)*) => { ... };
}