Macro location

Source
macro_rules! location {
    () => { ... };
    (begin) => { ... };
    (end) => { ... };
    (unexpected) => { ... };
}
Expand description

colofully prints the “location” of the macro call (function name, filename and line number) in the code