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