fn line_span<'sm>(sm: impl HasSourceMap<'sm>, span: Span) -> SpanExpand description
Extends the span to the beginning of the spans line, incl. whitespaces.
let x = ();
// ^^
// will be converted to
let x = ();
// ^^^^^^^^^^^^^^