Function rustc_query_impl::make_query::coverageinfo [−][src]
pub fn coverageinfo<'tcx>(
tcx: QueryCtxt<'tcx>,
key: coverageinfo<'tcx>
) -> QueryStackFrame
Expand description
Returns coverage summary info for a function, after executing the InstrumentCoverage
MIR pass (assuming the -Zinstrument-coverage option is enabled).