Skip to main content

error

Macro error 

Source
macro_rules! error {
    ($msg:expr => $content:expr) => { ... };
    ($msg:expr => $first:expr, $($rest:expr),+ $(,)?) => { ... };
}