rust/compiler/rustc_monomorphize
Zalathar 6f1ca8d9eb coverage: Change query codegened_and_inlined_items to a plain function
This query has a name that sounds general-purpose, but in fact it has
coverage-specific semantics, and (fortunately) is only used by coverage code.

Because it is only ever called once (from one designated CGU), it doesn't need
to be a query, and we can change it to a regular function instead.
2023-10-21 12:20:05 +11:00
..
src coverage: Change query codegened_and_inlined_items to a plain function 2023-10-21 12:20:05 +11:00
Cargo.toml Remove unneeded dependencies from rustc_monomorphize. 2023-10-18 14:23:51 +11:00
messages.ftl Remove UnknownPartitionStrategy error. 2023-10-18 14:42:58 +11:00