Function rustc_typeck::check::compare_impl_method [] [src]

pub fn compare_impl_method<'a, 'tcx>(ccx: &CrateCtxt<'a, 'tcx>, impl_m: &Method<'tcx>, impl_m_span: Span, impl_m_body_id: NodeId, trait_m: &Method<'tcx>, impl_trait_ref: &TraitRef<'tcx>)
Unstable (rustc_private)

Checks that a method from an impl conforms to the signature of the same method as declared in the trait.

Parameters