Skip to main content

ERROR

Macro ERROR 

Source
macro_rules! ERROR {
    ($e: literal) => { ... };
    ($e: expr) => { ... };
    ($($t: tt)+) => { ... };
}