macro_rules! panic {
    ($($tt:tt)*) => { ... };
}
Expand description

Replaces panic! using xfmt syntax.