error_context

Macro error_context 

Source
macro_rules! error_context {
    ($message:expr) => { ... };
    ($message:expr, $severity:expr) => { ... };
}
Expand description

Convenience macro for creating error context with automatic location tracking