warning

Macro warning 

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

Creates a new warning-level event in the current span.

This macro functions similarly to the event! macro. See the top-level documentation for details.