macro_rules! location {
    () => { ... };
}
Expand description

Constructs a Location using the current file, line, and column.