[][src]Function rustc_mir::monomorphize::partitioning::compute_codegen_unit_name

fn compute_codegen_unit_name(
    tcx: TyCtxt,
    name_builder: &mut CodegenUnitNameBuilder,
    def_id: DefId,
    volatile: bool,
    cache: &mut FxHashMap<(DefId, bool), InternedString>
) -> InternedString
🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?