Skip to main content

notice

Macro notice 

Source
macro_rules! notice {
    ($msg:literal; $($field:tt)+) => { ... };
    ($msg:literal, $($arg:expr),+; $($field:tt)+) => { ... };
    ($msg:literal, ? $($field:tt)+) => { ... };
    ($msg:literal, % $($field:tt)+) => { ... };
    ($($arg:tt)+) => { ... };
}