fn preceding_binary_op_span(seq: &[TokenTree], pos: usize) -> Option<Span>
Returns the span of a binary operator token at pos if it is a binary op. Used to anchor the “empty paren after binary op” diagnostic.
pos