Macro error

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

format macro which creates a Severity::Error report.