Macro warn

Source
macro_rules! warn {
    ($( $args:expr ),*) => { ... };
}
Expand description

Constructs an event at the warn level.