Skip to main content

err

Macro err 

Source
macro_rules! err {
    ($diagnostic:expr) => { ... };
    ($diagnostic:expr, $fragment:expr) => { ... };
}