Add new fn_span to TerminatorKind::Call instance

This commit is contained in:
Rich Kadel 2020-06-15 17:08:13 -07:00
parent 163e585456
commit 98685a4bf2

View file

@ -57,6 +57,7 @@ pub fn instrument_coverage<'tcx>(tcx: TyCtxt<'tcx>, body: &mut Body<'tcx>) {
destination: Some((Place::from(temp), new_block)),
cleanup: None,
from_hir_call: false,
fn_span: span,
},
);