Macro INFO

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