Macro error

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

Macro to use error() with a format string.

ยงExample

See the example in the [warning!()] documentation.