Macro rerr

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