Macro warn

Source
macro_rules! warn {
    ($($tail:tt)*) => { ... };
}
Expand description

Logs a message at the warn level.