mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
5a2cec2615
rustc_monomorphize: fix outdated comment in partition `max_cgu_count` was removed in https://github.com/rust-lang/rust/commit/51821515b3ccd7dd8f42ffd6a2eee536dcf7ddb0, but not comment (usage in `merge_codegen_units` was removed earlier). r? `@nnethercote`