()
| 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(); |
nothing calls this directly
no outgoing calls
no test coverage detected