Function rustc::middle::trans::meth::trans_impl[src]

pub fn trans_impl(ccx: &CrateContext, name: Ident, methods: &[Gc<Method>], generics: &Generics, id: NodeId)

The main "translation" pass for methods. Generates code for non-monomorphized methods only. Other methods will be generated once they are invoked with specific type parameters, see trans::base::lval_static_fn() or trans::base::monomorphic_fn().