Macro unixcli::warn [] [src]

macro_rules! warn {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($args:tt)*) => { ... };
}

Prints the formatted message to the standard error output (stderr). The program name, a colon, and a space are output before the message, and a newline character follows.