fn shrink_visible_macro_spans(tcx: TyCtxt<'_>, covspans: &mut Vec<SpanFromMir>)
Expand description
When a span corresponds to a macro invocation that is visible from the
function body, truncate it to just the macro name plus !
.
This seems to give better results for code that uses macros.