error_location

Macro error_location 

Source
macro_rules! error_location {
    () => { ... };
    ($func:expr) => { ... };
}
Expand description

Macro for creating error location from current position