Skip to main content

error

Macro error 

Source
macro_rules! error {
    (target: $target:expr, $($args:tt)*) => { ... };
    ($($args:tt)*) => { ... };
}