Macro proc_macro_error::macro_error
source ยท macro_rules! macro_error { ($span:expr, $fmt:expr, $($args:expr),+) => { ... }; ($span:expr, $msg:expr) => { ... }; }
Expand description
Shortcut for MacroError::new($span.into(), format!($fmt, $args...))