mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
auto merge of #14429 : sanrodari/rust/patch-1, r=sfackler
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user