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