macro_rules! error_at {
($code:expr, $msg:expr) => { ... };
($code:expr, $fmt:expr, $($arg:tt)*) => { ... };
}Expand description
Create an error with source location attached.
macro_rules! error_at {
($code:expr, $msg:expr) => { ... };
($code:expr, $fmt:expr, $($arg:tt)*) => { ... };
}Create an error with source location attached.