macro_rules! err {
    ($ecode:ident, $($rest:tt)*) => { ... };
    ($ecode:ident) => { ... };
}
Expand description

Format a diagnostic short message based on its registerred format string.