Macro err

Source
macro_rules! err {
    ($msg:expr $(,)?) => { ... };
    ($msg:expr , $($span:expr)? $(,)?) => { ... };
}
Expand description