pub fn expr_can_move(expr: &ResolvedExpr) -> boolExpand description
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).
pub fn expr_can_move(expr: &ResolvedExpr) -> boolCan this expression be moved (not cloned)?
Checks last_use on Resolved nodes; Ident without local_types entry
is treated as a global (always moveable).