Skip to content

Commit

Permalink
rustc_monomorphize: fix outdated comment in partition
Browse files Browse the repository at this point in the history
  • Loading branch information
klensy committed Feb 3, 2024
1 parent c401f09 commit d977c11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/rustc_monomorphize/src/partitioning.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ where
placed
};

// Merge until we have at most `max_cgu_count` codegen units.
// `merge_codegen_units` is responsible for updating the CGU size
// estimates.
{
Expand Down

0 comments on commit d977c11

Please sign in to comment.