Macro stable_mir::error::error

source ยท
macro_rules! error {
    ($fmt: literal $(,)?) => { ... };
    ($fmt: literal, $($arg:tt)*) => { ... };
}