librustc: Remove copy expressions from the language.

This commit is contained in:
Patrick Walton
2013-07-09 19:32:09 -07:00
parent 99b33f7219
commit 99d44d24c7
21 changed files with 13 additions and 103 deletions

View File

@@ -455,7 +455,6 @@ pub enum expr_ {
expr_do_body(@expr),
expr_block(blk),
expr_copy(@expr),
expr_assign(@expr, @expr),
expr_assign_op(node_id, binop, @expr, @expr),
expr_field(@expr, ident, ~[Ty]),