macro_rules! sp {
    (_, $value:pat) => { ... };
    ($loc:pat, _) => { ... };
    ($loc:pat, $value:pat) => { ... };
}
Expand description

Macro used to create a tuple-like pattern match for Spanned