Analog to rust-lang/rust#63402
My initial idea is to hook this up here, where we would call into some other place that does the margin calculation:
|
DisplaySourceLine::Content { text, .. } => Some(format!(" {}", text)), |
But I guess we'll also have to update the range of DisplaySourceLine::Annotation, so maybe it should happen earlier?