Trivial compiler change to inhibit download-rustc in CI
This commit is contained in:
parent
0238f3ec98
commit
1670de40e0
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ fn instrument_function_for_coverage<'tcx>(tcx: TyCtxt<'tcx>, mir_body: &mut mir:
|
|||
|
||||
// Use the coverage graph to prepare intermediate data that will eventually
|
||||
// be used to assign physical counters and counter expressions to points in
|
||||
// the control-flow graph
|
||||
// the control-flow graph.
|
||||
let BcbCountersData { node_flow_data, priority_list } =
|
||||
counters::prepare_bcb_counters_data(&graph);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue