Function rustc_typeck::check::fn_sig_suggestion [−][src]
fn fn_sig_suggestion<'tcx>(
tcx: TyCtxt<'tcx>,
sig: FnSig<'tcx>,
ident: Ident,
predicates: GenericPredicates<'tcx>,
assoc: &AssocItem
) -> String
Expand description
Return placeholder code for the given function.