macro_rules! error_location {
() => { ... };
($func:expr) => { ... };
}Expand description
Macro for creating error location from current position
macro_rules! error_location {
() => { ... };
($func:expr) => { ... };
}Macro for creating error location from current position