pub fn join_spans(s1: Span, s2: Span) -> Span
Expand description

This panics if the spans are not from the same file. This should only be used on spans that are actually next to each other.