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

Replaces eprintln! using xfmt syntax.