macro_rules! err {
($msg:expr $(,)?) => { ... };
($msg:expr , $span:expr $(,)?) => { ... };
(@($($f:tt)*) $($rest:tt)*) => { ... };
}
Expand description
err!(@(...))
like err!(&format!(...))
macro_rules! err {
($msg:expr $(,)?) => { ... };
($msg:expr , $span:expr $(,)?) => { ... };
(@($($f:tt)*) $($rest:tt)*) => { ... };
}
err!(@(...))
like err!(&format!(...))