Macro calypso_diagnostic::err
source · macro_rules! err {
($ecode:ident, $($rest:tt)*) => { ... };
($ecode:ident) => { ... };
}
Expand description
Format a diagnostic short message based on its registerred format string.
macro_rules! err {
($ecode:ident, $($rest:tt)*) => { ... };
($ecode:ident) => { ... };
}
Format a diagnostic short message based on its registerred format string.