We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0238f3e commit 1670de4Copy full SHA for 1670de4
compiler/rustc_mir_transform/src/coverage/mod.rs
@@ -90,7 +90,7 @@ fn instrument_function_for_coverage<'tcx>(tcx: TyCtxt<'tcx>, mir_body: &mut mir:
90
91
// Use the coverage graph to prepare intermediate data that will eventually
92
// be used to assign physical counters and counter expressions to points in
93
- // the control-flow graph
+ // the control-flow graph.
94
let BcbCountersData { node_flow_data, priority_list } =
95
counters::prepare_bcb_counters_data(&graph);
96
0 commit comments