[−][src]Function rustc_mir::monomorphize::collector::create_mono_items_for_vtable_methods
fn create_mono_items_for_vtable_methods<'a, 'tcx>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
trait_ty: Ty<'tcx>,
impl_ty: Ty<'tcx>,
output: &mut Vec<MonoItem<'tcx>>
)
🔬 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?
Creates a MonoItem
for each method that is referenced by the vtable for
the given trait/impl pair.