Macro loc

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

A macro for constructing a FileLocation at the current location.