macro_rules! error { ($($arg:tt)+) => { ... }; }
Macro to use error() with a format string.
error()
format
See the example in the [warning!()] documentation.
warning!()