Skip to main content

warn

Macro warn 

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

Print a warning message to stderr unless quiet mode is enabled. Respects error format: emits JSON when --error-format json is set.