warn

Macro warn 

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

Print warning message.