auto merge of #14429 : sanrodari/rust/patch-1, r=sfackler
This commit is contained in:
commit
a01bedc2cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue