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

Replaces eprint! using xfmt syntax.