Macro notice

Source
macro_rules! notice {
    ($($arg:tt)*) => { ... };
}