Macro syntax::register_diagnostics[][src]

macro_rules! register_diagnostics {
    ($($code:tt),*) => { ... };
    ($($code:tt),*,) => { ... };
}