[][src]Macro syntax::register_diagnostics

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