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