We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fn_span
1 parent 163e585 commit 98685a4Copy full SHA for 98685a4
src/librustc_mir/transform/instrument_coverage.rs
@@ -57,6 +57,7 @@ pub fn instrument_coverage<'tcx>(tcx: TyCtxt<'tcx>, body: &mut Body<'tcx>) {
57
destination: Some((Place::from(temp), new_block)),
58
cleanup: None,
59
from_hir_call: false,
60
+ fn_span: span,
61
},
62
);
63
0 commit comments