rustfmt_nightly::expr

Function rewrite_expr_addrof

Source
fn rewrite_expr_addrof(
    context: &RewriteContext<'_>,
    borrow_kind: BorrowKind,
    mutability: Mutability,
    expr: &Expr,
    shape: Shape,
) -> Result<String, RewriteError>