auto merge of #14429 : sanrodari/rust/patch-1, r=sfackler

This commit is contained in:
bors 2014-05-27 02:16:32 -07:00
commit a01bedc2cd
1 changed files with 1 additions and 1 deletions

View File

@ -1106,7 +1106,7 @@ let ys = xs;
xs = Nil;
// `xs` can be used again
// `xs` can't be used again
~~~
A destructor call will only occur for a variable that has not been moved from,