Macro calypso_diagnostic::diagnostic_fmt
source · macro_rules! diagnostic_fmt {
(E0000) => { ... };
(E0001) => { ... };
}
Expand description
The registerred format string for a diagnostic.
macro_rules! diagnostic_fmt {
(E0000) => { ... };
(E0001) => { ... };
}
The registerred format string for a diagnostic.