pub fn walk_expr<'a>( visitor: &mut impl Visitor<'a>, expr: &'a Expr<'_>, lvalue: bool)
Walk the contents of an expression.