Macro error

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