fn eq_span_tokens( cx: &LateContext<'_>, left: impl SpanRange, right: impl SpanRange, pred: impl Fn(TokenKind) -> bool, ) -> bool