fn render_attributes_in_pre<'a, 'b: 'a>(
    it: &'a Item,
    prefix: &'a str,
    tcx: TyCtxt<'b>
) -> impl Display + Captures<'a> + Captures<'b>