macro_rules! diagnostic_fmt {
    (E0000) => { ... };
    (E0001) => { ... };
}
Expand description

The registerred format string for a diagnostic.