auto merge of #14514 : Randati/rust/patch-1, r=huonw

This commit is contained in:
bors 2014-05-30 00:31:44 -07:00
commit 25951b2242
1 changed files with 1 additions and 1 deletions

View File

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