xerror

Macro xerror 

Source
macro_rules! xerror {
    ($k:expr, #$tag:expr, $($args:tt)*) => { ... };
    ($k:expr, $($args:tt)*) => { ... };
}