foundry_common

Macro sh_warn

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

Prints a formatted warning to stderr.

Note: if verbosity is set to Quiet, this is a no-op.