Skip to main content

warn_print

Macro warn_print 

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

Print to stderr only if not in quiet mode (for warnings)