Skip to content

Commit 17f0919

Browse files
committed
rustc_monomorphize: fix outdated comment in partition
1 parent c401f09 commit 17f0919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_monomorphize/src/partitioning.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ where
156156
placed
157157
};
158158

159-
// Merge until we have at most `max_cgu_count` codegen units.
159+
// Merge until we don't exceed the max CGU count.
160160
// `merge_codegen_units` is responsible for updating the CGU size
161161
// estimates.
162162
{

0 commit comments

Comments
 (0)