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

Method name

src/lib.rs:617–619  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

615
616 let implemented_trait_def_id = assoc_item
617 .impl_container(tcx)
618 .and_then(|impl_def_id| tcx.impl_opt_trait_ref(impl_def_id))
619 .map(|trait_ref| {
620 trait_ref
621 .instantiate(tcx, instance.args)
622 .skip_norm_wip()

Callers 4

create_jarFunction · 0.80
copy_jar_entriesFunction · 0.80
add_manifest_to_jarFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected