macro_rules! anyhow_expr {
($expr:expr, $fmt:expr $(,)?) => { ... };
($expr:expr, $fmt:expr, $($arg:tt)*) => { ... };
}macro_rules! anyhow_expr {
($expr:expr, $fmt:expr $(,)?) => { ... };
($expr:expr, $fmt:expr, $($arg:tt)*) => { ... };
}