auto merge of #14429 : sanrodari/rust/patch-1, r=sfackler
This commit is contained in:
commit
a01bedc2cd
@ -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…
x
Reference in New Issue
Block a user