rustc: Implement unary move. Closes #917.
This commit is contained in:
parent
c4bb8f8aaf
commit
c88933d714
15 changed files with 48 additions and 24 deletions
|
@ -327,7 +327,7 @@ fn restricted_keyword_table() -> hashmap<~str, ()> {
|
|||
~"fail", ~"false", ~"fn", ~"for",
|
||||
~"if", ~"iface", ~"impl", ~"import",
|
||||
~"let", ~"log", ~"loop",
|
||||
~"match", ~"mod", ~"module", ~"mut",
|
||||
~"match", ~"mod", ~"module", ~"move", ~"mut",
|
||||
~"new",
|
||||
~"owned",
|
||||
~"pure",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue