gen_turbofish_expr

Function gen_turbofish_expr 

Source
fn gen_turbofish_expr(
    ecx: &ExtCtxt<'_>,
    ident: Ident,
    generics: &Generics,
    span: Span,
    is_impl: bool,
) -> Box<Expr>