Skip to main content
Crate rustc_monomorphize
rustc_
monomorphize
1.99.0-nightly
(ba28ff76f 2026-08-13)
All Items
Crate Items
Modules
Functions
Crate
rustc_
monomorphize
Copy item path
Source
Modules
ยง
collector
๐
Mono Item Collection
diagnostics
๐
graph_
checks
๐
Checks that need to operate on the entire mono item graph
mono_
checks
๐
This implements a single query,
check_mono_fn
, that gets fired for each monomorphization of all functions. This lets us implement monomorphization-time checks in a way that is friendly to incremental compilation.
offload
๐
partitioning
๐
Partitioning Codegen Units for Incremental Compilation
util
๐
Functions
ยง
custom_
coerce_
unsize_
info
๐
provide
write_
host_
metadata_
offload_
manifest
Write out the offload host-metadata manifest for
mono_items
. No-op unless the session was invoked with
-Zoffload=HostMetadata=<path>
.