Function rustc::middle::typeck::check::vtable::trans_resolve_method[src]
pub fn trans_resolve_method(tcx: &ctxt, id: NodeId, substs: &Substs) -> vtable_res
Resolve vtables for a method call after typeck has finished. Used by trans to monomorphize artificial method callees (e.g. drop).