Macro info

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