Macro warn

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

Prints a warning message to stderr