pub fn expr_can_move(expr: &Expr) -> bool
Can this expression be moved (not cloned)? Checks last_use on Resolved nodes; Ident without local_types entry is treated as a global (always moveable).
last_use