macro_rules! error_context {
($message:expr) => { ... };
($message:expr, $severity:expr) => { ... };
}Expand description
Convenience macro for creating error context with automatic location tracking
macro_rules! error_context {
($message:expr) => { ... };
($message:expr, $severity:expr) => { ... };
}Convenience macro for creating error context with automatic location tracking