pub(crate) fn rvalue_to_expr(val: &RValue) -> Expr
Convert an RValue back to an Expr — the inverse of expr_to_rvalue.
expr_to_rvalue
Used by Language::set_element to splice RValues into AST nodes.
Language::set_element