macro_rules! info {
($($arg:tt)*) => { ... };
}Expand description
Print an informational message to stderr. Silenced by --quiet.
macro_rules! info {
($($arg:tt)*) => { ... };
}Print an informational message to stderr. Silenced by --quiet.