[][src]Macro syntax::register_diagnostic

macro_rules! register_diagnostic {
    ($code:tt, $description:tt) => { ... };
    ($code:tt) => { ... };
}