Function rustc_lint::util::ppaux::parameterizedUnstable [-] [+] [src]

pub fn parameterized<'tcx, GG>(cx: &ctxt<'tcx>, base: &str, substs: &Substs<'tcx>, did: DefId, projections: &[ProjectionPredicate<'tcx>], get_generics: GG) -> String where GG: FnOnce() -> Generics<'tcx>