Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1670de4

Browse files
committed
Trivial compiler change to inhibit download-rustc in CI
1 parent 0238f3e commit 1670de4

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_mir_transform/src/coverage

1 file changed

+1
-1
lines changed

‎compiler/rustc_mir_transform/src/coverage/mod.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ fn instrument_function_for_coverage<'tcx>(tcx: TyCtxt<'tcx>, mir_body: &mut mir:
9090

9191
// Use the coverage graph to prepare intermediate data that will eventually
9292
// be used to assign physical counters and counter expressions to points in
93-
// the control-flow graph
93+
// the control-flow graph.
9494
let BcbCountersData { node_flow_data, priority_list } =
9595
counters::prepare_bcb_counters_data(&graph);
9696

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /