rustc: Implement unary move. Closes #917.
This commit is contained in:
parent
c4bb8f8aaf
commit
c88933d714
15 changed files with 48 additions and 24 deletions
|
@ -322,6 +322,7 @@ enum expr_ {
|
|||
|
||||
expr_copy(@expr),
|
||||
expr_move(@expr, @expr),
|
||||
expr_unary_move(@expr),
|
||||
expr_assign(@expr, @expr),
|
||||
expr_swap(@expr, @expr),
|
||||
expr_assign_op(binop, @expr, @expr),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue