MCPcopy Create free account
hub / github.com/IntegralPilot/rustc_codegen_jvm / __rustc_codegen_backend

Function __rustc_codegen_backend

src/lib.rs:1665–1669  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1663 }
1664 .to_owned()
1665 }
1666
1667 fn codegen_crate<'a>(&self, tcx: TyCtxt<'_>) -> Box<dyn Any> {
1668 rustc_middle::ty::print::with_no_trimmed_paths!({
1669 let rust_crate = LOCAL_CRATE;
1670 let crate_name = tcx.crate_name(rust_crate).to_string();
1671 let crate_module_class = lower1::jvm_names::crate_module_class(tcx, rust_crate);
1672 let mut lowered_instances = HashSet::default();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected